]> granicus.if.org Git - docbook-dsssl/commitdiff
.RS/.RE doesn't nest precisely. Use .IP to fix up the environment. Part of
authorTim Waugh <twaugh@redhat.com>
Wed, 24 Dec 2003 14:33:45 +0000 (14:33 +0000)
committerTim Waugh <twaugh@redhat.com>
Wed, 24 Dec 2003 14:33:45 +0000 (14:33 +0000)
bug #852714.

xsl/manpages/lists.xsl

index f5969e2284239efcbd7656fc287c858ab3427c85..ed305153d7db673c9c716a133655686507562a1b 100644 (file)
@@ -56,7 +56,7 @@
                     glosslist[ancestor::listitem or ancestor::step]">
   <xsl:text>&#10;.RS&#10;</xsl:text>
   <xsl:apply-templates/>
-  <xsl:text>&#10;.RE&#10;</xsl:text>
+  <xsl:text>&#10;.RE&#10;.IP&#10;</xsl:text>
 </xsl:template>
 
 <xsl:template match="varlistentry/term|glossterm">
                     procedure[ancestor::listitem or ancestor::step]">
   <xsl:text>&#10;.RS&#10;.TP 3&#10;</xsl:text>
   <xsl:apply-templates/>
-  <xsl:text>.LP&#10;.RE&#10;</xsl:text>
+  <xsl:text>.LP&#10;.RE&#10;.IP&#10;</xsl:text>
 </xsl:template>
 
 </xsl:stylesheet>