diff --git a/wiki/theme/crans-www.py b/wiki/theme/crans-www.py index 1dfc21f3..2c9d4e95 100644 --- a/wiki/theme/crans-www.py +++ b/wiki/theme/crans-www.py @@ -118,7 +118,7 @@ class Theme(ThemeBase): def badges(self,d ): badges_html = [] for page, image, alt_text in self.support_badges: - badges_html.append(u'
  • %s
  • ' % (page, self.badgesPath, image, alt_text)) + badges_html.append(u'
  • %(alt)s
  • ' % {'href':page, 'path':self.badgesPath, 'image':image, 'alt':alt_text}) html = [ u'