]> granicus.if.org Git - docbook-dsssl/commitdiff
Fixed typo (introduced by me in r6773). Closes bug #1778340.
authorMauritz Jeanson <mj@johanneberg.com>
Tue, 21 Aug 2007 15:25:34 +0000 (15:25 +0000)
committerMauritz Jeanson <mj@johanneberg.com>
Tue, 21 Aug 2007 15:25:34 +0000 (15:25 +0000)
xsl/fo/footnote.xsl

index 88d20979da685f3c1baa97cbd4566cc42c1e531e..3340b322db5e0aa3a3590a199bd58f6b2c8b81c6 100644 (file)
@@ -90,7 +90,7 @@
         <!-- FIXME: list in @from is probably not complete -->
         <xsl:number level="any" 
                     from="chapter|appendix|preface|article|refentry|bibliography" 
-                    count="footnote[not(@label)][not(ancestor::table) and not(ancestor::informaltable)]|ulink[$ulink.footnotes != 0][node()][@url != .][not(ancestor::footnote)][ulink.show != 0]" 
+                    count="footnote[not(@label)][not(ancestor::table) and not(ancestor::informaltable)]|ulink[$ulink.footnotes != 0][node()][@url != .][not(ancestor::footnote)][$ulink.show != 0]" 
                     format="1"/>
       </xsl:variable>
       <xsl:choose>