[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Groff] www.tmac patch
From: |
Larry Kollar |
Subject: |
[Groff] www.tmac patch |
Date: |
Tue, 2 Feb 2010 17:13:55 -0600 |
This fixes a bug in -mwww where a long ordered list has item 10 incorrectly
indented.
I think that's all of my patches... for now. ;-)
-- Larry
Index: www.tmac
===================================================================
RCS file: /sources/groff/groff/tmac/www.tmac,v
retrieving revision 1.64
diff -u -r1.64 www.tmac
--- www.tmac 23 Jan 2010 07:15:41 -0000 1.64
+++ www.tmac 2 Feb 2010 23:08:22 -0000
@@ -1205,8 +1205,8 @@
. 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
. \}
..
.
- [Groff] www.tmac patch,
Larry Kollar <=