This could be solved by putting them inside a variable with disabeled output escaping. But I haven't got the time for it right now.

svn path=/trunk/; revision=12616
This commit is contained in:
att
2009-05-02 23:35:11 +00:00
parent 0a50378fa1
commit 6de1ced611
+1 -1
View File
@@ -24,7 +24,7 @@
<!-- HTML head -->
<xsl:template match="head">
<xsl:copy>
<![CDATA[<meta name="robots" content="index, follow" />]]>
<meta name="robots" content="index, follow" />
<link rel="stylesheet" media="all" href="/fsfeurope.css" type="text/css" />
<link rel="stylesheet" media="print" href="/print.css" type="text/css" />
<link rel="icon" href="/graphics/fsfeurope.ico" type="image/x-icon" />