help: change $title to nest then style.
This changnes the HTML we produce to look like: <div><span>...</span></div> Instead of: <span><div>...</div></span>flac
parent
fd8d19cd41
commit
a7aca0ca75
|
@ -133,8 +133,8 @@ M: word set-article-parent swap "help-parent" set-word-prop ;
|
|||
[ ($title) ]
|
||||
[ ($navigation-path) ]
|
||||
[ ($navigation-links) ] tri
|
||||
] with-nesting
|
||||
] with-style ;
|
||||
] with-style
|
||||
] with-nesting ;
|
||||
|
||||
: print-topic ( topic -- )
|
||||
>link
|
||||
|
|
Loading…
Reference in New Issue