]> granicus.if.org Git - docbook-dsssl/commitdiff
Corrected minor copy-paste error (orderedlist template picking up
authorMichael Smith <xmldoc@users.sourceforge.net>
Thu, 6 Oct 2005 04:08:08 +0000 (04:08 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Thu, 6 Oct 2005 04:08:08 +0000 (04:08 +0000)
value of itemizedlist.label.width instead of orderedlist.label.width).

xsl/fo/lists.xsl

index f6fcb12bf68718d6d006014a365fad46fd89a2ed..a81c8465aa91303cf892cf6138a4429d9e19a576 100644 (file)
   <xsl:variable name="label-width">
     <xsl:choose>
       <xsl:when test="$pi-label-width = ''">
-       <xsl:value-of select="$itemizedlist.label.width"/>
+       <xsl:value-of select="$orderedlist.label.width"/>
       </xsl:when>
       <xsl:otherwise>
        <xsl:value-of select="$pi-label-width"/>