diff options
author | cedricbonhomme <devnull@localhost> | 2010-05-10 09:10:17 +0200 |
---|---|---|
committer | cedricbonhomme <devnull@localhost> | 2010-05-10 09:10:17 +0200 |
commit | ff9e40662bb41b4baccf127ace9860bdc82fc40a (patch) | |
tree | cdb8ed457b020f7ba8280dd95dee7057c3cb2a07 | |
parent | Improvements of HTML and text export. (diff) | |
download | newspipe-ff9e40662bb41b4baccf127ace9860bdc82fc40a.tar.gz newspipe-ff9e40662bb41b4baccf127ace9860bdc82fc40a.tar.bz2 newspipe-ff9e40662bb41b4baccf127ace9860bdc82fc40a.zip |
Minor bug fix.
-rwxr-xr-x | pyAggr3g470r.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 += """<p>Notifications are sent to: <a href="mail:%s">%s</a></p>""" % \ (utils.mail_to, utils.mail_to) html += "\n<hr />\n" + htmlfooter - return html"<h1>" + article[2].encode('utf-8') + "</h1><br /><br />" + return html list_notification.exposed = True |