]> 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:52:15 +0000 (20:52 +0000)
committerThomas Schraitle <tom_schr@web.de>
Sun, 2 Sep 2012 20:52:15 +0000 (20:52 +0000)
xsl/html/verbatim.xsl

index e4dda13d2f6a030d4f02514c598a0dc3e3299b64..3eb3e6cada3014e527877fa7a414b132a7079d7a 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>