summaryrefslogtreecommitdiff
path: root/xsl
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2011-08-23 16:47:08 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2011-08-23 16:50:50 +0200
commit06d40bc49a70368d8965b2d61b3db07826d7f6b5 (patch)
tree77fd9025ba6cfa3d140d8bb0c64cfc8795a67e50 /xsl
parent69db5f3a8390f7d93f2e0327d0e922d98dc120f5 (diff)
downloadmutti-web-06d40bc49a70368d8965b2d61b3db07826d7f6b5.tar.gz
mutti-web-06d40bc49a70368d8965b2d61b3db07826d7f6b5.tar.bz2
mutti-web-06d40bc49a70368d8965b2d61b3db07826d7f6b5.zip
layout.xsl: Make footer notices xsl:text's
Diffstat (limited to 'xsl')
-rw-r--r--xsl/layout.xsl5
1 files changed, 3 insertions, 2 deletions
diff --git a/xsl/layout.xsl b/xsl/layout.xsl
index 0edb720..5627abc 100644
--- a/xsl/layout.xsl
+++ b/xsl/layout.xsl
@@ -40,8 +40,9 @@
</div>
<div id="footer">
<p>
- <xsl:text disable-output-escaping="yes"><![CDATA[&copy;]]></xsl:text>2007 All Rights Reserved.
- Designed by <a href="http://www.freecsstemplates.org/">Free CSS Templates</a>.
+ <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>
<a href="impress{$suffix}">Impressum</a>
</p>
</div>