diff options
Diffstat (limited to 'source/pyAggr3g470r.py')
-rwxr-xr-x | source/pyAggr3g470r.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source/pyAggr3g470r.py b/source/pyAggr3g470r.py index 4be7df78..f7e3c21c 100755 --- a/source/pyAggr3g470r.py +++ b/source/pyAggr3g470r.py @@ -149,7 +149,7 @@ class pyAggr3g470r(object): [""])[0]) html += htmlnav html += self.create_right_menu() - html += """<div class="left inner">\n<div class="menubox" width='*'>""" + html += """<div class="left inner">\n""" if feeds: html += '<a href="/management/"><img src="/img/management.png" title="Management" /></a>\n' @@ -168,7 +168,6 @@ class pyAggr3g470r(object): html += """<a href="/unread/"><img src="/img/unread.png" title="Unread article(s): %s" /></a>\n""" % \ (nb_unread_articles,) html += '<a accesskey="F" href="/fetch/"><img src="/img/check-news.png" title="Check for news" /></a>\n' - html += '</div>' # The main page display all the feeds. |