non conforme w3c
il ne faut pas utiliser les balises dans le contenu darcs-hash:20060514195706-72cb0-46d7af235b40b334380067ed96672a543f0908dd.gz
This commit is contained in:
parent
0a44f68ed5
commit
c7dd3dc7e7
1 changed files with 2 additions and 6 deletions
|
@ -77,12 +77,8 @@ def execute(macro, args):
|
|||
dirs = comptes()
|
||||
dirs.sort()
|
||||
|
||||
html = u"""
|
||||
<style type="text/css">
|
||||
<!--
|
||||
@import url(/wiki/common/pagesPersos.css);
|
||||
-->
|
||||
</style>"""
|
||||
html = u""
|
||||
|
||||
|
||||
for d in dirs:
|
||||
html = u"%s\n%s" % (html, account(d).__str__())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue