From 8e26d12ef56f7bbbefab3077b6c95172f5c14c3e Mon Sep 17 00:00:00 2001 From: gdetrez Date: Fri, 8 Dec 2006 11:44:44 +0100 Subject: [PATCH] Ajout d'une aide quand la souris passe au dessus des badges darcs-hash:20061208104444-f46e9-19ae5651d9c555249acace47242ae748fb5a5c16.gz --- wiki/theme/crans-www.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'