From 2cfa23e2a422edf711443ebe182c521249b0ddc6 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Thu, 5 Jul 2012 14:41:31 +0200 Subject: layout.xsl: No need to have xmlns attribute in html tag Since the namespace is already defined in the xsl:stylesheet tag. --- xsl/layout.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xsl/layout.xsl b/xsl/layout.xsl index 5f73044..5e4f677 100644 --- a/xsl/layout.xsl +++ b/xsl/layout.xsl @@ -7,7 +7,7 @@ - + <xsl:text><![CDATA[Beratung & Controlling - Angelika Franzke - ]]></xsl:text> -- cgit