diff options
-rw-r--r-- | stylesheets/lfs-chunked2.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stylesheets/lfs-chunked2.xsl b/stylesheets/lfs-chunked2.xsl index 7bf7d7bc5..b3a79fd5d 100644 --- a/stylesheets/lfs-chunked2.xsl +++ b/stylesheets/lfs-chunked2.xsl @@ -25,6 +25,6 @@ <xsl:param name="css.decoration" select="0"></xsl:param> <!-- No XML declaration --> -<!-- <xsl:param name="chunker.output.omit-xml-declaration" select="'yes'"/> --> + <xsl:param name="chunker.output.omit-xml-declaration" select="'yes'"/> </xsl:stylesheet> |