diff options
author | cedricbonhomme <devnull@localhost> | 2010-04-16 11:25:00 +0200 |
---|---|---|
committer | cedricbonhomme <devnull@localhost> | 2010-04-16 11:25:00 +0200 |
commit | a3ea22531cfea8959b0c5a93f55658aacfb9fcf2 (patch) | |
tree | 8ac5f3654f930340174b74740dd82a1df55f8f04 /pyAggr3g470r.py | |
parent | Minor CSS improvements. (diff) | |
download | newspipe-a3ea22531cfea8959b0c5a93f55658aacfb9fcf2.tar.gz newspipe-a3ea22531cfea8959b0c5a93f55658aacfb9fcf2.tar.bz2 newspipe-a3ea22531cfea8959b0c5a93f55658aacfb9fcf2.zip |
Minor improvement.
Diffstat (limited to 'pyAggr3g470r.py')
-rwxr-xr-x | pyAggr3g470r.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py index 8cf4d70e..26b44a63 100755 --- a/pyAggr3g470r.py +++ b/pyAggr3g470r.py @@ -120,7 +120,7 @@ class Root: html += """<a href="/all_articles/%s">All articles</a> """ % (rss_feed_id,) html += """ <a href="/mark_as_read/Feed_FromMainPage:%s">Mark all as read</a>""" % (rss_feed_id,) if self.feeds[rss_feed_id][1] != 0: - html += """ <a href="/unread/%s" title="Unread article(s)" + html += """ <a href="/unread/%s" title="Unread article(s)" >Unread article(s) (%s)</a>""" % (rss_feed_id, \ self.feeds[rss_feed_id][1]) if self.feeds[rss_feed_id][6] == "0": |