From 3943ee7b3a463f8718fa66761d679a209d07c303 Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Mon, 6 Sep 2010 19:12:11 +0200 Subject: And an other minor improvement... --- pyAggr3g470r.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py index f49e806c..d78da76b 100755 --- a/pyAggr3g470r.py +++ b/pyAggr3g470r.py @@ -527,6 +527,7 @@ class Root: html += """
""" if feed_id == "All": html += "

Unread article(s)

" + html += """\n
\nMark articles as read\n
\n""" for rss_feed_id in self.feeds.keys(): new_feed_section = True nb_unread = 0 @@ -551,7 +552,7 @@ class Root: article[2].encode('utf-8')) if nb_unread == self.feeds[rss_feed_id][1]: - html += """
Mark all articles from this feed as read""" % \ + html += """
\nMark all articles from this feed as read\n""" % \ (rss_feed_id,) html += """
\nMark articles as read\n""" else: -- cgit