From ff9e40662bb41b4baccf127ace9860bdc82fc40a Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Mon, 10 May 2010 09:10:17 +0200 Subject: Minor bug fix. --- pyAggr3g470r.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyAggr3g470r.py') diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py index 726c2a1a..00987cda 100755 --- a/pyAggr3g470r.py +++ b/pyAggr3g470r.py @@ -653,7 +653,7 @@ class Root: html += """

Notifications are sent to: %s

""" % \ (utils.mail_to, utils.mail_to) html += "\n
\n" + htmlfooter - return html"

" + article[2].encode('utf-8') + "



" + return html list_notification.exposed = True -- cgit