summaryrefslogtreecommitdiffstats
path: root/xsl
diff options
context:
space:
mode:
Diffstat (limited to 'xsl')
-rw-r--r--xsl/html-common.xsl3
-rw-r--r--xsl/main-html.xsl4
2 files changed, 3 insertions, 4 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>
diff --git a/xsl/main-html.xsl b/xsl/main-html.xsl
index c39a23c..92fab98 100644
--- a/xsl/main-html.xsl
+++ b/xsl/main-html.xsl
@@ -45,8 +45,4 @@ section nop
<xsl:param name="navig.showtitles">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>