From c7dd3dc7e72769a04d1e6836fffc66bc20bfec6c Mon Sep 17 00:00:00 2001 From: salles Date: Sun, 14 May 2006 21:57:06 +0200 Subject: [PATCH] non conforme w3c il ne faut pas utiliser les balises dans le contenu darcs-hash:20060514195706-72cb0-46d7af235b40b334380067ed96672a543f0908dd.gz --- wiki/macro/PagesPerso.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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__())