diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2011-12-28 16:45:48 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2011-12-28 16:45:48 +0100 |
commit | 823e6df0a664e7fd711c13906d00a8accd938337 (patch) | |
tree | 4012ae166d62cd9140b305696231ea055643ba0e /xsl | |
parent | 9e661ae55592cfc77f3584def1f6f95ecc80b0a5 (diff) | |
download | mutti-web-823e6df0a664e7fd711c13906d00a8accd938337.tar.gz mutti-web-823e6df0a664e7fd711c13906d00a8accd938337.tar.bz2 mutti-web-823e6df0a664e7fd711c13906d00a8accd938337.zip |
layout: Drop meta content type definition
We give it in the xml prolog
Diffstat (limited to 'xsl')
-rw-r--r-- | xsl/layout.xsl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xsl/layout.xsl b/xsl/layout.xsl index b6b6cd9..65aaad3 100644 --- a/xsl/layout.xsl +++ b/xsl/layout.xsl @@ -13,7 +13,6 @@ <xsl:text><![CDATA[Beratung & Controlling - Angelika Franzke - ]]></xsl:text> <xsl:value-of select="$title"/> </title> - <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="style/style.css" /> <script type="text/javascript" src="svg.js"/> </head> |