]> granicus.if.org Git - docbook-dsssl/commitdiff
Removed unnecessary .LP requests that were being generated after
authorMichael Smith <xmldoc@users.sourceforge.net>
Wed, 13 Jul 2005 17:03:08 +0000 (17:03 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Wed, 13 Jul 2005 17:03:08 +0000 (17:03 +0000)
lists. I don't know why those were there, but they have apparently
been in since the code was first added to the repository.

xsl/manpages/lists.xsl

index adbf8088690971d4755e453f191130d46a0e7b8a..88d275960db940397ac7c2d68ebc9ba152da2e5c 100644 (file)
@@ -89,7 +89,6 @@
 <xsl:template match="itemizedlist|orderedlist|procedure">
   <xsl:text>.TP 3&#10;</xsl:text>
   <xsl:apply-templates/>
-  <xsl:text>.LP&#10;</xsl:text>
 </xsl:template>
 
 <xsl:template match="itemizedlist[ancestor::listitem or ancestor::step]|
@@ -98,7 +97,6 @@
   <xsl:text>.RS&#10;</xsl:text>
   <xsl:text>.TP 3&#10;</xsl:text>
   <xsl:apply-templates/>
-  <xsl:text>.LP&#10;</xsl:text>
   <xsl:text>.RE&#10;</xsl:text>
   <xsl:text>.IP&#10;</xsl:text>
 </xsl:template>