summaryrefslogtreecommitdiff
path: root/xsl
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2011-08-24 09:15:22 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2011-08-24 09:15:22 +0200
commit17515dc1d60a5d4175485208a1c2dce51f74e619 (patch)
tree1b57451966559fd1f5eaa498e2c52c2f7f877a14 /xsl
parente7967c814ad0e33a1d123768ae83f44eeb8745d2 (diff)
downloadmutti-web-17515dc1d60a5d4175485208a1c2dce51f74e619.tar.gz
mutti-web-17515dc1d60a5d4175485208a1c2dce51f74e619.tar.bz2
mutti-web-17515dc1d60a5d4175485208a1c2dce51f74e619.zip
layout: Add space before "impressum"
Diffstat (limited to 'xsl')
-rw-r--r--xsl/layout.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/xsl/layout.xsl b/xsl/layout.xsl
index d71dfca..aebf3c5 100644
--- a/xsl/layout.xsl
+++ b/xsl/layout.xsl
@@ -44,7 +44,7 @@
<xsl:text disable-output-escaping="yes"><![CDATA[&copy; 2007 All Rights Reserved.]]></xsl:text>
<xsl:text>Designed by </xsl:text>
<a href="http://www.freecsstemplates.org/">Free CSS Templates</a>
- <xsl:text>.</xsl:text>
+ <xsl:text>. </xsl:text>
<a href="impress{$suffix}">Impressum</a>
</p>
</div>