diff --git a/wiki/macro/PagesPerso.py b/wiki/macro/PagesPerso.py index 6f3d6a62..3100af18 100644 --- a/wiki/macro/PagesPerso.py +++ b/wiki/macro/PagesPerso.py @@ -56,7 +56,7 @@ class account: """Renvoie le code HTML correspondant au fichier .info""" html = [ u'
', u'' % self.url(), - u'%s' % (self.logo(), self.login), + u'%s' % (self.logo(), self.login), u'
', self.info("nom") and u'%s
' % self.info("nom") or u'%s
' % self.login, self.info("devise") and u'%s' % self.info("devise") or u'', @@ -76,14 +76,7 @@ def execute(macro, args): html = u""" """