diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-08-19 00:42:23 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-08-19 00:42:23 +0200 |
| commit | 5c3e48d2b24c8824b69b320334afd9035e3537e1 (patch) | |
| tree | 3e3f77a6c79b555b830058ec242bda8180ecc300 /doc | |
| parent | f56739ec2414f211539974b17435a790445e22cd (diff) | |
Fix TOC in HTML version of manual.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/manual/dcpomatic-html.xsl | 3 |
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"> |
