try and error testing (reinstate r29028)

svn path=/branches/test/; revision=29049
This commit is contained in:
2014-08-25 13:04:44 +00:00
parent d9b29c99bd
commit 9d705bf895
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
</xsl:attribute>
<!-- xsl:apply-templates select="node()"/ -->
<xsl:apply-templates select="head" />
<xsl:call-template name="page-head" />
<xsl:call-template name="page-body" />
</xsl:element>
</xsl:template>
+3 -3
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="xml" encoding="UTF-8" indent="yes" />
@@ -8,7 +8,7 @@
<xsl:value-of select="'normal'" /> <!-- can be either 'normal' or 'valentine' -->
</xsl:variable>
<xsl:template match="head" name="page-head">
<xsl:template name="page-head">
<xsl:element name="head">
<!-- Don't let search engine robots index untranslated pages -->
<xsl:element name="meta">
@@ -153,7 +153,7 @@
<link rel="stylesheet" media="all" href="/look/ie.min.css" type="text/css">
<![endif]]]></xsl:comment>
<xsl:apply-templates select="@*|node()"/>
<!-- xsl:apply-templates select="@*|node()"/ -->
</xsl:element>
</xsl:template>