modif de max depuis l'ordi de renaud

darcs-hash:20060322204239-4ec08-a8e16a3d017111f66c545a08b165838936a7f5a5.gz
This commit is contained in:
chove 2006-03-22 21:42:39 +01:00
parent 316620f58f
commit 0af8c278c6

View file

@ -114,6 +114,8 @@ class MoinDump(_util.Script):
fileout = codecs.open(filepath, 'w', config.charset)
fileout_rouge = codecs.open(filepath_rouge, 'w', config.charset)
pagehtml = pagehtml.replace('%U','<a href="%U">%U</a>')
contenu = page_template % {
'charset': config.charset,
'pagename': pagename,