summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-08-19 00:42:23 +0200
committerCarl Hetherington <cth@carlh.net>2021-08-19 00:42:23 +0200
commit5c3e48d2b24c8824b69b320334afd9035e3537e1 (patch)
tree3e3f77a6c79b555b830058ec242bda8180ecc300
parentf56739ec2414f211539974b17435a790445e22cd (diff)
Fix TOC in HTML version of manual.
-rw-r--r--doc/manual/dcpomatic-html.xsl3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/manual/dcpomatic-html.xsl b/doc/manual/dcpomatic-html.xsl
index a8a65cfc8..bfd0c55d3 100644
--- a/doc/manual/dcpomatic-html.xsl
+++ b/doc/manual/dcpomatic-html.xsl
@@ -9,8 +9,7 @@
<!-- I can't fathom xmlto's logic with image scaling, so I've turned it off -->
<xsl:param name="ignore.image.scaling" select="1"/>
-<xsl:param name="generate.toc">article</xsl:param>
-<xsl:param name="generate.toc">book</xsl:param>
+<xsl:param name="generate.toc" select="'book toc'"/>
<!-- <note> in a div with no heading -->
<xsl:template name="note.frobozz">