From: Michael Tremer Date: Sun, 24 May 2009 20:02:26 +0000 (+0200) Subject: Merge branch 'master' of /srv/git/ipfire.org X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fdd242ac27eb677d77c7429bcd61106a59e36d7e;p=ipfire.org.git Merge branch 'master' of /srv/git/ipfire.org --- fdd242ac27eb677d77c7429bcd61106a59e36d7e diff --cc www/web/__init__.py index 6b9cf0a2,3d58fb08..8a79a6de --- a/www/web/__init__.py +++ b/www/web/__init__.py @@@ -174,9 -171,9 +174,9 @@@ class Languages class Box(Data): def __init__(self, headline, subtitle=""): Data.__init__(self) - self.w("""

%s

""" % (headline,)) + self.w("""

%s

""" % (headline,headline,)) if subtitle: - self.w("""""" % (subtitle,)) + self.w("""""" % (subtitle,)) def __call__(self): self.w("""
""")