summaryrefslogtreecommitdiffstats
path: root/docs/xsl/html.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'docs/xsl/html.xsl')
-rw-r--r--docs/xsl/html.xsl1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/xsl/html.xsl b/docs/xsl/html.xsl
index 98b165c..d8fea78 100644
--- a/docs/xsl/html.xsl
+++ b/docs/xsl/html.xsl
@@ -7,6 +7,7 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version='1.0'>
+<xsl:param name="html.stylesheet">style.css</xsl:param>
<xsl:param name="use.id.as.filename" select="1"/>
<xsl:param name="chunk.fast" select="1"/>
<xsl:param name="chunker.output.encoding" select="'utf-8'"/>