set output method to html

This commit is contained in:
skyanth
2019-06-05 16:19:42 +02:00
parent 08f66ecaaa
commit 647bd8271f

View File

@@ -16,7 +16,7 @@
<!-- numbered titles or not? -->
<xsl:param name="NUMBERING" select="true()"/>
<xsl:output method="xml" indent="no"/>
<xsl:output method="html" indent="no"/>
<!-- ROOT -->