We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a950c79 commit 8103f46Copy full SHA for 8103f46
htmlbook-xsl/tocgen.xsl
@@ -60,7 +60,7 @@
60
<xsl:param name="toc.node" select="."/>
61
<xsl:param name="scope" select="/*"/>
62
<xsl:param name="autogenerate-toc" select="$autogenerate-toc"/>
63
- <xsl:param name="toc-placeholder-overwrite-contents" select="$autogenerate-toc"/>
+ <xsl:param name="toc-placeholder-overwrite-contents" select="$toc-placeholder-overwrite-contents"/>
64
65
<!-- Just switch context to $toc.node, so we don't have to reference the variable in rest of template -->
66
<xsl:for-each select="$toc.node">
0 commit comments