Author: michiel
Date: 2009-05-28 19:02:20 +0200 (Thu, 28 May 2009)
New Revision: 35486
Modified:
mmbase/trunk/config/xslt/framework/head.xslt
Log:
don't output empty script tags, because that won't work in text/html
Modified: mmbase/trunk/config/xslt/framework/head.xslt
===================================================================
--- mmbase/trunk/config/xslt/framework/head.xslt 2009-05-28 16:42:26 UTC
(rev 35485)
+++ mmbase/trunk/config/xslt/framework/head.xslt 2009-05-28 17:02:20 UTC
(rev 35486)
@@ -83,6 +83,7 @@
<script>
<xsl:copy-of select="@*" />
<xsl:copy-of select="*|text()" />
+ <xsl:comment>help</xsl:comment>
</script>
</xsl:if>
</xsl:for-each>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs