[Date Index][Thread Index]
[Date Prev][Date Next][Thread Prev][Thread Next]

patch for wml::std::toc



Good afternoon,
Because I need a very special ToC for my geekcode page 
( http://www.tomk32.de/en/geekcode.php ) where the whole ToC is in a single
line. I hope I used diff proper, my version of WML is 2.0.6 (Debian package).
Added is style=nobr
I hope you add it to the official dist

-- 
www.TomK32.de
22c22
< #   these variables are used for "pre","hspace" and "nbsp" styles
---
> #   these variables are used for "pre", "hspace", "nobr" and "nbsp" styles
29a30,32
> <when <string-eq "<get-var toc_style />" "nobr" />>
>     <set-var toc_begin=" " />
> </when>