[Date Index][Thread Index]
[Date Prev][Date Next][Thread Prev][Thread Next]
patch for wml::std::toc
- From: "Thomas R. Koll" <nospam@thanx>
- Date: Sun, 25 Mar 2001 18:12:24 +0200
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>