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.xsl3
1 files changed, 3 insertions, 0 deletions
diff --git a/xsl/html-common.xsl b/xsl/html-common.xsl
index 826b59c..c748b95 100644
--- a/xsl/html-common.xsl
+++ b/xsl/html-common.xsl
@@ -30,6 +30,9 @@ procedure after
<xsl:param name="html.cleanup" select="1"></xsl:param>
+<!-- Custom class usage -->
+<xsl:param name="phrase.propagates.style" select="1"></xsl:param>
+<xsl:param name="generate.id.attributes" select="1"></xsl:param>
</xsl:stylesheet>