diff options
Diffstat (limited to 'stylesheets')
-rw-r--r-- | stylesheets/lfs-chunked2.xsl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stylesheets/lfs-chunked2.xsl b/stylesheets/lfs-chunked2.xsl index 43d5eecec..7bf7d7bc5 100644 --- a/stylesheets/lfs-chunked2.xsl +++ b/stylesheets/lfs-chunked2.xsl @@ -23,8 +23,8 @@ <!-- Dropping some unwanted style attributes --> <xsl:param name="ulink.target" select="''"></xsl:param> <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> |