From b7c2c6a5dc3302a2c85059ba644161708746b6c9 Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Tue, 7 Sep 2010 11:33:01 +0200 Subject: Improvement of the description of articles page. --- pyAggr3g470r.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py index d78da76b..7666c819 100755 --- a/pyAggr3g470r.py +++ b/pyAggr3g470r.py @@ -398,6 +398,7 @@ class Root: if article[5] == "0": self.mark_as_read("Article:"+article[3]) # update the database + html += '\n
\n' html += """

%s from %s

\n
\n""" % \ (article[2].encode('utf-8'), feed_id, \ self.feeds[feed_id][3].encode('utf-8')) @@ -415,7 +416,7 @@ class Root: html += description else: html += "No description available." - html += "\n
\n" + html += "\n
\n
\n" html += """This article seems to be written in %s.\n""" % \ (article[6], article[6]) html += """
\nPlain text\n""" % \ -- cgit