diff options
-rwxr-xr-x | pyAggr3g470r.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py index 0c07d971..8ea569d7 100755 --- a/pyAggr3g470r.py +++ b/pyAggr3g470r.py @@ -660,7 +660,7 @@ class Root: html += """<hr />\n<a href="/mark_as_read/Feed:%s">Mark all as read</a>""" % (feed.feed_id,) else: - html += "<h1>No unread article(s)</h1>" + html += '<h1>No unread article(s)</h1>\n<br />\n<a href="/fetch/">Why not check for news?</a>' html += """\n<h4><a href="/">All feeds</a></h4>""" html += "<hr />\n" html += htmlfooter |