try plain text head tag instead of xsl:element definition

svn path=/branches/test/; revision=28859
This commit is contained in:
2014-07-31 16:15:17 +00:00
parent f519c451a0
commit 8d2331ea7c
+2 -2
View File
@@ -19,7 +19,7 @@
<!-- xsl:template name="fsfe-head" -->
<xsl:template match="head" name="fsfe-head">
<xsl:element name="head">
<head>
<!-- Don't let search engine robots index untranslated pages -->
<xsl:element name="meta">
<xsl:attribute name="name">robots</xsl:attribute>
@@ -164,7 +164,7 @@
<![endif]]]></xsl:comment>
<xsl:apply-templates select="@*|node()"/>
</xsl:element>
</head>
</xsl:template>
</xsl:stylesheet>