diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2016-07-06 07:08:16 +0200 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2016-07-06 07:14:22 +0200 |
commit | 7e5e9f4bac43ccb48fe5beff1b061e503c77005e (patch) | |
tree | 758624acd9032612b9999e07ea66332d39f8a6ff /xsl | |
parent | 1b5b6dff086c3e786783618ade82d7592d223bef (diff) | |
download | mutti-web-7e5e9f4bac43ccb48fe5beff1b061e503c77005e.tar.gz mutti-web-7e5e9f4bac43ccb48fe5beff1b061e503c77005e.tar.bz2 mutti-web-7e5e9f4bac43ccb48fe5beff1b061e503c77005e.zip |
Simplify css
to save some bytes (around 100B)
Diffstat (limited to 'xsl')
-rw-r--r-- | xsl/layout.xsl | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/xsl/layout.xsl b/xsl/layout.xsl index 61eeaa5..e76b822 100644 --- a/xsl/layout.xsl +++ b/xsl/layout.xsl @@ -73,11 +73,9 @@ </a> </div> <footer> - <p> - <xsl:text disable-output-escaping="yes"><![CDATA[© 2016 All Rights Reserved.]]></xsl:text> - <br/> - <a href="imprint{$suffix}">Impressum</a> - </p> + <xsl:text disable-output-escaping="yes"><![CDATA[© 2016 All Rights Reserved.]]></xsl:text> + <br/> + <a href="imprint{$suffix}">Impressum</a> </footer> </body> </html> |