Преглед изворни кода

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
Manuel Canales Esparcia пре 21 година
родитељ
комит
d5933706f9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      stylesheets/lfs-chunked2.xsl

+ 1 - 1
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>