Fixed formatting for CDATA block

svn path=/trunk/; revision=19429
This commit is contained in:
ato
2011-01-23 15:18:37 +00:00
parent a9b4a5df14
commit c041eb9a77
+4 -3
View File
@@ -22,6 +22,7 @@
<xsl:if test="/buildinfo/@language='ar'">
<xsl:attribute name="dir">rtl</xsl:attribute>
</xsl:if>
<xsl:apply-templates select="node()"/>
</xsl:element>
</xsl:template>
@@ -71,9 +72,9 @@
<script type="text/javascript" src="/scripts/placeholder.js"></script>
<xsl:comment>
<![CDATA[
[if lt IE 8]>
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE8.js"></script>
<![endif]
[if lt IE 8]>
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE8.js"></script>
<![endif]
]]>
</xsl:comment>
<xsl:apply-templates select="@*|node()"/>