diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2016-07-03 21:48:20 +0200 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2016-07-03 22:24:17 +0200 |
commit | d64530bb9954dc8907e932edb40bbfb0e16c7e7e (patch) | |
tree | 012692801246d8537d823c1a90bdca05a2f72e0a /xsl | |
parent | c2ed69809c132241abf6a33550285f4dfba54884 (diff) | |
download | mutti-web-d64530bb9954dc8907e932edb40bbfb0e16c7e7e.tar.gz mutti-web-d64530bb9954dc8907e932edb40bbfb0e16c7e7e.tar.bz2 mutti-web-d64530bb9954dc8907e932edb40bbfb0e16c7e7e.zip |
Optimize for html validator
Diffstat (limited to 'xsl')
-rw-r--r-- | xsl/layout.xsl | 4 |
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> |