summaryrefslogtreecommitdiff
path: root/xsl
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2011-12-28 18:07:01 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2011-12-28 18:25:32 +0100
commitfd1e2a2b3b116814bf5574c55c4c4041d66d7d6c (patch)
tree78bcb222c10674a5d8b0fe7893c5b5479eaa27e5 /xsl
parent3bbe3163a62b5bbaedc9931bec4e082768f5ef98 (diff)
downloadmutti-web-fd1e2a2b3b116814bf5574c55c4c4041d66d7d6c.tar.gz
mutti-web-fd1e2a2b3b116814bf5574c55c4c4041d66d7d6c.tar.bz2
mutti-web-fd1e2a2b3b116814bf5574c55c4c4041d66d7d6c.zip
layout: Add X-UA-Compatible attribute for IE8
Dont want the IE to ask the user to display website in compatibility mode.
Diffstat (limited to 'xsl')
-rw-r--r--xsl/layout.xsl2
1 files changed, 2 insertions, 0 deletions
diff --git a/xsl/layout.xsl b/xsl/layout.xsl
index 4a210ac..fe3f843 100644
--- a/xsl/layout.xsl
+++ b/xsl/layout.xsl
@@ -13,6 +13,8 @@
<xsl:text><![CDATA[Beratung & Controlling - Angelika Franzke - ]]></xsl:text>
<xsl:value-of select="$title"/>
</title>
+ <!-- Hide compatibility mode button. -->
+ <meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="stylesheet" type="text/css" href="style/style.css" />
<!--<script type="text/javascript" src="svg.js"/>-->
</head>