diff options
Diffstat (limited to 'xsl')
-rw-r--r-- | xsl/layout.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xsl/layout.xsl b/xsl/layout.xsl index c7454b7..34493e8 100644 --- a/xsl/layout.xsl +++ b/xsl/layout.xsl @@ -79,7 +79,7 @@ <p> <xsl:text disable-output-escaping="yes"><![CDATA[© 2016 All Rights Reserved.]]></xsl:text> <br/> - <a href="impress{$suffix}">Impressum</a> + <a href="imprint{$suffix}">Impressum</a> </p> </footer> </body> |