diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2016-07-04 07:59:48 +0200 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2016-07-04 07:59:48 +0200 |
commit | f8912d84ebb811ef691a225313caf187dff3a7cb (patch) | |
tree | 36725cadaf4095be0c8c536e50097f6d3829ff33 /xsl | |
parent | 21fccec779ddc6b85d72cad97aeef9e1fe8420d4 (diff) | |
download | mutti-web-f8912d84ebb811ef691a225313caf187dff3a7cb.tar.gz mutti-web-f8912d84ebb811ef691a225313caf187dff3a7cb.tar.bz2 mutti-web-f8912d84ebb811ef691a225313caf187dff3a7cb.zip |
Cheap responsive implementation
Diffstat (limited to 'xsl')
-rw-r--r-- | xsl/layout.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xsl/layout.xsl b/xsl/layout.xsl index c56164e..9c4900d 100644 --- a/xsl/layout.xsl +++ b/xsl/layout.xsl @@ -12,7 +12,7 @@ <html lang="de"> <head> <title> - <xsl:text><![CDATA[Unternehmensberatung & Controlling - Angelika Franzke - ]]></xsl:text> + <xsl:text><![CDATA[Unternehmensberatung & Controlling - Angelika Franzke - ]]></xsl:text> <xsl:value-of select="$title"/> </title> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> |