summaryrefslogtreecommitdiffstats
path: root/xsl/html-common.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'xsl/html-common.xsl')
-rw-r--r--xsl/html-common.xsl7
1 files changed, 7 insertions, 0 deletions
diff --git a/xsl/html-common.xsl b/xsl/html-common.xsl
index c6fc1e4..5d7c67d 100644
--- a/xsl/html-common.xsl
+++ b/xsl/html-common.xsl
@@ -26,4 +26,11 @@ procedure after
<xsl:param name="generate.legalnotice.link" select="1"></xsl:param>
+<xsl:param name="html.stylesheet" select="'rhlp.css'"></xsl:param>
+<xsl:param name="html.stylesheet.type">text/css</xsl:param>
+
+<xsl:param name="html.cleanup" select="1"></xsl:param>
+
+
+
</xsl:stylesheet>