]> granicus.if.org Git - docbook-dsssl/commitdiff
Bug #615464: fix typo in compact list spacing
authorNorman Walsh <ndw@nwalsh.com>
Fri, 4 Oct 2002 11:15:17 +0000 (11:15 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Fri, 4 Oct 2002 11:15:17 +0000 (11:15 +0000)
xsl/html/lists.xsl

index c51059186ebb0f77384818c85919ef9b40642f05..57e1415bc213a7eda1ec7f44c774fe3bb625aeaa 100644 (file)
       </xsl:if>
       <xsl:if test="@spacing='compact'">
         <xsl:attribute name="compact">
-          <xsl:value-of select="compact"/>
+          <xsl:value-of select="@spacing"/>
         </xsl:attribute>
       </xsl:if>
       <xsl:apply-templates select="listitem"/>