Dropped again the XML declaration in the XHTMLs due a bug in IE.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4243 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Manuel Canales Esparcia 2004-09-28 21:16:23 +00:00
parent fc5780a861
commit d5933706f9

View File

@ -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>