diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-09-28 21:16:56 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-09-28 21:16:56 +0000 |
commit | 79f28165be1d0055177436a7be841b35dd80ef7d (patch) | |
tree | 9a5d2fba3e907c6533cfbfcdcb30a49f9b439df8 | |
parent | 7e0cfc161323ac42e397c297da717d73436b7c95 (diff) |
Dropped again the XML declaration in the XHTMLs due a bug in IE.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4244 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | stylesheets/lfs-chunked2.xsl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/stylesheets/lfs-chunked2.xsl b/stylesheets/lfs-chunked2.xsl index 7973f8305..bbf427516 100644 --- a/stylesheets/lfs-chunked2.xsl +++ b/stylesheets/lfs-chunked2.xsl @@ -26,4 +26,7 @@ <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:stylesheet> |