]> granicus.if.org Git - docbook-dsssl/commitdiff
Fixed subtle typo when calling lastLineNumber template: must be $listing instead...
authorThomas Schraitle <tom_schr@web.de>
Sun, 2 Sep 2012 20:53:23 +0000 (20:53 +0000)
committerThomas Schraitle <tom_schr@web.de>
Sun, 2 Sep 2012 20:53:23 +0000 (20:53 +0000)
xsl/fo/verbatim.xsl

index 63e702b2759fb40184c7208a2421ffe768f44046..58f27c892cffb1c980774cb17f0096c518110b08 100644 (file)
     </xsl:when>
     <xsl:when test="$listings[1]/@continuation='continues'">
       <xsl:call-template name="lastLineNumber">
-        <xsl:with-param name="listings" select="listings[position() &gt; 1]"/>
+        <xsl:with-param name="listings" select="$listings[position() &gt; 1]"/>
         <xsl:with-param name="number" select="$number + $lines"/>
       </xsl:call-template>
     </xsl:when>