]> git.ipfire.org Git - ipfire.org.git/commitdiff
Merge branch 'master' of /srv/git/ipfire.org
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 24 May 2009 20:02:26 +0000 (22:02 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 24 May 2009 20:02:26 +0000 (22:02 +0200)
1  2 
www/web/__init__.py

index 6b9cf0a2134d9b4532cabeaa5ac307730d107ef8,3d58fb086c9420113274db6d043e18f9b0ae2402..8a79a6def252c23b58e76691069e36d6e555661c
@@@ -174,9 -171,9 +174,9 @@@ class Languages
  class Box(Data):
        def __init__(self, headline, subtitle=""):
                Data.__init__(self)
 -              self.w("""<div class="post"><h3>%s</h3>""" % (headline,))
 +              self.w("""<div class="post"><h3>%s</h3><a name="%s"></a>""" % (headline,headline,))
                if subtitle:
-                       self.w("""<ul class="post_info"><li class="date">%s</li></ul>""" % (subtitle,))
+                       self.w("""<div class="post_info">%s</div>""" % (subtitle,))
  
        def __call__(self):
                self.w("""<br class="clear" /></div>""")