diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2011-08-23 19:02:11 +0200 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2011-08-23 19:10:28 +0200 |
commit | 430b31d0be50d3258281ed54b888cb74655ee4d5 (patch) | |
tree | b43f69332949cd666e6e3c58cde7be4f5c68536d /xsl | |
parent | 67a18a4ec40248401c36159fcd062fdf03080a7e (diff) | |
download | mutti-web-430b31d0be50d3258281ed54b888cb74655ee4d5.tar.gz mutti-web-430b31d0be50d3258281ed54b888cb74655ee4d5.tar.bz2 mutti-web-430b31d0be50d3258281ed54b888cb74655ee4d5.zip |
footer: Dont include the <dot> in freecsstemplates link
Diffstat (limited to 'xsl')
-rw-r--r-- | xsl/layout.xsl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xsl/layout.xsl b/xsl/layout.xsl index 317a539..b9a2174 100644 --- a/xsl/layout.xsl +++ b/xsl/layout.xsl @@ -42,7 +42,8 @@ <p> <xsl:text disable-output-escaping="yes"><![CDATA[© 2007 All Rights Reserved.]]></xsl:text> <xsl:text>Designed by </xsl:text> - <a href="http://www.freecsstemplates.org/">Free CSS Templates.</a> + <a href="http://www.freecsstemplates.org/">Free CSS Templates</a> + <xsl:text>.</xsl:text> <a href="impress{$suffix}">Impressum</a> </p> </div> |