diff --git a/templates/thread.html b/templates/thread.html
index 3d3324e1..2916d31e 100644
--- a/templates/thread.html
+++ b/templates/thread.html
@@ -10,10 +10,12 @@
{% include 'header.html' %}
{{ board.url }} - {% if config.thread_subject_in_title and thread.subject %}{{ thread.subject }}{% else %}{{ board.title|e }}{% endif %}
-
- {{ boardlist.top }}
- {% if pm %}You have
an unread PM{% if pm.waiting > 0 %}, plus {{ pm.waiting }} more waiting{% endif %}.
{% endif %}
- {% if config.url_banner %}{% endif %}
+
+
+ {{ boardlist.top }}
+
+ {% if pm %}You have
an unread PM{% if pm.waiting > 0 %}, plus {{ pm.waiting }} more waiting{% endif %}.
{% endif %}
+ {% if config.url_banner %}{% endif %}
{{ board.url }} - {{ board.title|e }}