]> granicus.if.org Git - docbook-dsssl/commitdiff
Fixed alignment of first lined of text for each listitem in
authorMichael Smith <xmldoc@users.sourceforge.net>
Thu, 21 Feb 2008 08:40:47 +0000 (08:40 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Thu, 21 Feb 2008 08:40:47 +0000 (08:40 +0000)
orderedlist output for TTY. Existing code seemed to have been
causing an extra undesirable space to appear.

xsl/manpages/lists.xsl

index 2014e38ccfc332bb75094a4597f108c3f3d6f128..6ca5e22361fe4c112cdea86e4670c886066d3fcd 100644 (file)
   <xsl:text>\h'+</xsl:text>
     <xsl:if test="not($list-indent = '')">
     <xsl:text>0</xsl:text>
-    <xsl:value-of select="$list-indent - 2"/>
+    <xsl:value-of select="$list-indent - 3"/>
   <xsl:text>'</xsl:text>
   </xsl:if>
   <xsl:apply-templates/>