diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2016-07-04 21:28:47 +0200 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2016-07-04 21:29:43 +0200 |
commit | d2103b24aa67ccd2410a1eb4317a39122f5293a2 (patch) | |
tree | 34c65c66db21efcd9df222b174f461395602898e /xsl | |
parent | 6bc85f3ce2e720fa292d526393bb50bc2818bdb8 (diff) | |
download | mutti-web-d2103b24aa67ccd2410a1eb4317a39122f5293a2.tar.gz mutti-web-d2103b24aa67ccd2410a1eb4317a39122f5293a2.tar.bz2 mutti-web-d2103b24aa67ccd2410a1eb4317a39122f5293a2.zip |
Rename impress.xml -> imprint.xml
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> |