Skip to content

Commit 8103f46

Browse files
author
Sanders Kleinfeld
committed
Fixed error in local toc-placeholder-overwrite-contents param declaration.
1 parent a950c79 commit 8103f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

htmlbook-xsl/tocgen.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<xsl:param name="toc.node" select="."/>
6161
<xsl:param name="scope" select="/*"/>
6262
<xsl:param name="autogenerate-toc" select="$autogenerate-toc"/>
63-
<xsl:param name="toc-placeholder-overwrite-contents" select="$autogenerate-toc"/>
63+
<xsl:param name="toc-placeholder-overwrite-contents" select="$toc-placeholder-overwrite-contents"/>
6464

6565
<!-- Just switch context to $toc.node, so we don't have to reference the variable in rest of template -->
6666
<xsl:for-each select="$toc.node">

0 commit comments

Comments
 (0)