diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2011-04-26 02:47:57 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2011-04-26 02:47:57 +0200 |
commit | 1da5139b17966420d9ef70b529c598adfdcdb511 (patch) | |
tree | 82e069eb8a5fb62c198a82698aebe783fea158ba | |
parent | 225ec8d44fd17210fe5a8369475286991fd1a3ab (diff) | |
download | wiki-1da5139b17966420d9ef70b529c598adfdcdb511.tar wiki-1da5139b17966420d9ef70b529c598adfdcdb511.zip |
-rw-r--r-- | c3hl.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# -*- coding: iso-8859-1 -*- +# -*- coding: utf-8 -*- """ MoinMoin - c3hl theme @@ -118,7 +118,7 @@ class Theme(ThemeBase): curpage += '/' path_html = u'<span class="sep"> | </span>'.join(content) - return u'<div id="parentlinks">Zurück zu: %s</div>' % path_html + return u'<div id="parentlinks">Zurück zu: %s</div>' % path_html def remoteip(self): nologging = u'Dieser Server loggt keine IP-Adressen.' |