summaryrefslogtreecommitdiff
path: root/xsl/layout.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'xsl/layout.xsl')
-rw-r--r--xsl/layout.xsl8
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>