summaryrefslogtreecommitdiff
path: root/xsl
diff options
context:
space:
mode:
Diffstat (limited to 'xsl')
-rw-r--r--xsl/layout.xsl4
1 files changed, 1 insertions, 3 deletions
diff --git a/xsl/layout.xsl b/xsl/layout.xsl
index 0118afa..394e23a 100644
--- a/xsl/layout.xsl
+++ b/xsl/layout.xsl
@@ -9,15 +9,13 @@
<xsl:include href="common.xsl" />
<xsl:template match="s:html">
- <html>
+ <html lang="de">
<head>
<title>
<xsl:text><![CDATA[Unternehmensberatung & Controlling - Angelika Franzke - ]]></xsl:text>
<xsl:value-of select="$title"/>
</title>
- <!-- Hide compatibility mode button. -->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
- <meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" type="text/css" href="style/{$stylesheet}" />
</head>