aboutsummaryrefslogtreecommitdiff
path: root/pyAggr3g470r.py
diff options
context:
space:
mode:
authorcedricbonhomme <devnull@localhost>2010-05-10 09:10:17 +0200
committercedricbonhomme <devnull@localhost>2010-05-10 09:10:17 +0200
commitff9e40662bb41b4baccf127ace9860bdc82fc40a (patch)
treecdb8ed457b020f7ba8280dd95dee7057c3cb2a07 /pyAggr3g470r.py
parentImprovements of HTML and text export. (diff)
downloadnewspipe-ff9e40662bb41b4baccf127ace9860bdc82fc40a.tar.gz
newspipe-ff9e40662bb41b4baccf127ace9860bdc82fc40a.tar.bz2
newspipe-ff9e40662bb41b4baccf127ace9860bdc82fc40a.zip
Minor bug fix.
Diffstat (limited to 'pyAggr3g470r.py')
-rwxr-xr-xpyAggr3g470r.py2
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
bgstack15