aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-09-15 19:37:05 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2004-09-15 19:37:05 +0000
commit3879ebc975aacd894f9d55b6f0a352c8ef260a1f (patch)
tree57fd24b7e1e3a9cbaedebf620e6e2f4a386de0a4 /stylesheets
parent366c3401ec61789641d271e1f91fb13bb45d111b (diff)
In XHTML output, readded the XML declaration
and changed the media type from text/html to application/xhtml+xml. Done here to test possibles mirrors issues. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4171 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'stylesheets')
-rw-r--r--stylesheets/lfs-chunked2.xsl4
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>