help.markup: change $breadcrumbs to unicode.

flac
John Benediktsson 2020-02-26 09:40:27 -08:00 committed by Steve Ayerhart
parent 87b436eb2a
commit 174a0e5808
No known key found for this signature in database
GPG Key ID: 5BFD39C5359E967D
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ PRIVATE>
[ lookup-vocab ] map $links ;
: $breadcrumbs ( topics -- )
[ [ ($link) ] " > " (textual-list) ] ($span) ;
[ [ ($link) ] " » " (textual-list) ] ($span) ;
: $see-also ( topics -- )
"See also" $heading $links ;