diff --git a/wiki/macro/PagesPerso.py b/wiki/macro/PagesPerso.py index 1902584c..a61fe1c9 100644 --- a/wiki/macro/PagesPerso.py +++ b/wiki/macro/PagesPerso.py @@ -77,12 +77,8 @@ def execute(macro, args): dirs = comptes() dirs.sort() - html = u""" - """ + html = u"" + for d in dirs: html = u"%s\n%s" % (html, account(d).__str__())