Skip to content

Commit ecc5af5

Browse files
author
Sanders Kleinfeld
committed
Default value for $chunk.level in htmlbook:is-chunk
1 parent 35b3911 commit ecc5af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

htmlbook-xsl/functions-exsl.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<func:function name="htmlbook:is-chunk">
1313
<xsl:param name="node"/>
14-
<xsl:param name="chunk.level"/>
14+
<xsl:param name="chunk.level" select="$chunk.level"/>
1515
<xsl:choose>
1616
<xsl:when test="$node[self::h:div[contains(@data-type, 'part')]]">
1717
<func:result>1</func:result>

0 commit comments

Comments
 (0)