From 7ab5e6c7a36e144215b6ad9c2c8d7e061a1f7588 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Fri, 10 Mar 2006 10:16:21 +0000 Subject: [PATCH] Itemizedlist/Orderedlist with Title, fixed handling of. Also handling of paragraph text following a list. Problem:: No output for Title element of Itemized/Orderedlist. Cause:: Missing logic for matching Title instances in lists. Fix:: Added handling for Title. Also fixed problem that caused text following a list within the same paragraph to be indented more than expected. Closes #1447042 and #1447072. --- xsl/manpages/lists.xsl | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/xsl/manpages/lists.xsl b/xsl/manpages/lists.xsl index d13cbc36e..5d0d6204a 100644 --- a/xsl/manpages/lists.xsl +++ b/xsl/manpages/lists.xsl @@ -132,14 +132,28 @@ + + .PP + + + .TP 3 + + .sp + .RE + .RS + + .PP + + + .TP 3 .RE -- 2.40.0