diff options
author | wl <wl> | 2010-02-08 16:22:06 +0000 |
---|---|---|
committer | wl <wl> | 2010-02-08 16:22:06 +0000 |
commit | 800b0fe6a9aca79b2bd8e9edf53a30ce422c3a3f (patch) | |
tree | e148338ffbaa7a9417cebbb5db8ec932cc06cc80 | |
parent | 5a86135663494f31087bb4dc9de0a188c5fd4c76 (diff) | |
download | groff-800b0fe6a9aca79b2bd8e9edf53a30ce422c3a3f.tar.gz |
* tmac/www.tmac (www-li-ol): Fix indentation if more than 10 items.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | tmac/www.tmac | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2010-02-08 Larry Kollar <kollar@windstream.net> + + * tmac/www.tmac (www-li-ol): Fix indentation if more than 10 items. + 2010-02-04 Larry Kollar <kollar@windstream.net> Improve `tbl' warnings. diff --git a/tmac/www.tmac b/tmac/www.tmac index 62abf8e7..a97894dc 100644 --- a/tmac/www.tmac +++ b/tmac/www.tmac @@ -1205,8 +1205,8 @@ HTML always denotes XHTML also. . if rPORPHANS \ . ne \\n[PORPHANS]v . in \\n[www-li-indent]u -. ti -\w'\\n[www-ol-ctr\\n[www-ol-level]]\ \ 'u -. nop \\n+[www-ol-ctr\\n[www-ol-level]]\ \ \c +. ti -\w'\\n+[www-ol-ctr\\n[www-ol-level]]\ \ 'u +. nop \\n[www-ol-ctr\\n[www-ol-level]]\ \ \c . \} .. . |