summaryrefslogtreecommitdiff
path: root/fo/verbatim.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'fo/verbatim.xsl')
-rw-r--r--fo/verbatim.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/fo/verbatim.xsl b/fo/verbatim.xsl
index 51d8926..319ffcf 100644
--- a/fo/verbatim.xsl
+++ b/fo/verbatim.xsl
@@ -9,7 +9,7 @@
version='1.0'>
<!-- ********************************************************************
- $Id: verbatim.xsl 9043 2011-08-30 13:30:50Z dcramer $
+ $Id: verbatim.xsl 9590 2012-09-02 20:53:23Z tom_schr $
********************************************************************
This file is part of the XSL DocBook Stylesheet distribution.
@@ -398,7 +398,7 @@
</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>