try and error, move node copy to top level of template

svn path=/branches/test/; revision=29054
This commit is contained in:
2014-08-25 15:51:12 +00:00
parent 6c65f62239
commit 8cd114af57
+1 -1
View File
@@ -9,6 +9,7 @@
</xsl:variable>
<xsl:template name="page-head">
<xsl:apply-templates select="@*|node()"/>
<xsl:element name="head">
<!-- Don't let search engine robots index untranslated pages -->
<xsl:element name="meta">
@@ -153,7 +154,6 @@
<link rel="stylesheet" media="all" href="/look/ie.min.css" type="text/css">
<![endif]]]></xsl:comment>
<xsl:apply-templates select="@*|node()"/>
</xsl:element>
</xsl:template>