From 1da5139b17966420d9ef70b529c598adfdcdb511 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 26 Apr 2011 02:47:57 +0200 Subject: Converted theme file to utf-8 --- c3hl.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/c3hl.py b/c3hl.py index bdca306..7cd32c8 100644 --- a/c3hl.py +++ b/c3hl.py @@ -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' | '.join(content) - return u'' % path_html + return u'' % path_html def remoteip(self): nologging = u'Dieser Server loggt keine IP-Adressen.' -- cgit v1.2.3