Fixed formatting for CDATA block
svn path=/trunk/; revision=19429
This commit is contained in:
@@ -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()"/>
|
||||
|
||||
Reference in New Issue
Block a user