aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/templates/index.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/templates/index.html b/source/templates/index.html
index e850ece9..fea71154 100644
--- a/source/templates/index.html
+++ b/source/templates/index.html
@@ -99,7 +99,6 @@ import utils
html += """<br />\n<a href="/mail_notification/1:%s" title="By e-mail">Stay tuned</a>""" % (feed["feed_id"],)
else:
html += """<br />\n<a href="/mail_notification/0:%s" title="By e-mail">Stop staying tuned</a>""" % (feed["feed_id"],)
- html += """<h4><a href="/#top">Top</a></h4>"""
- html += "<hr />\n"
+ html += """<h4><a href="/#top">Top</a></h4>\n"""
%>
${html}
bgstack15