help.markup: change $breadcrumbs to unicode.

master
John Benediktsson 2020-02-26 09:40:27 -08:00
parent 6aa7d52473
commit 15d6762449
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 ;