aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-09-28 21:16:23 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-09-28 21:16:23 +0000
commitd5933706f909e684f3e39637a3c9cf44b2ffa5a1 (patch)
tree6fafc8fa4ea137de6fe5d4df8e6ea933a8d4e98e /stylesheets
parentfc5780a861a9179c4cbe3b516ac00c0a9781ef0d (diff)
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
Diffstat (limited to 'stylesheets')
-rw-r--r--stylesheets/lfs-chunked2.xsl2
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>