From e3a22f3329057d9020cd343c6d13c8b5ee0f6ee7 Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Fri, 26 Feb 2010 13:19:46 +0100 Subject: Minor bug fix in _description of article_ page. --- pyAggr3g470r.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pyAggr3g470r.py') diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py index 519e8d3d..2fe75bd6 100644 --- a/pyAggr3g470r.py +++ b/pyAggr3g470r.py @@ -266,7 +266,8 @@ class Root: self.mark_as_read("Article:"+article[3]) # update the database html += """

%s from %s


""" % \ - (article[2].encode('utf-8'), rss_feed_id, article[5].encode('utf-8')) + (article[2].encode('utf-8'), rss_feed_id, \ + self.feeds[rss_feed_id][3].encode('utf-8')) description = article[4].encode('utf-8') if description: html += description -- cgit