diff options
Diffstat (limited to 'xsl')
-rw-r--r-- | xsl/layout.xsl | 2 |
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> |