diff --git a/files/templates/comments.html b/files/templates/comments.html
index 1eacd7dda..ccdb40313 100644
--- a/files/templates/comments.html
+++ b/files/templates/comments.html
@@ -406,101 +406,99 @@
{% endif %}
{% endif %}
-{% if v %}
-
-
-
- {% endif %}
+
+
-
- {% if v and v.id != c.author_id and c.body %}
- {{c.body.strip()}}
{% endif %}
+
- {% if c.parent_post or c.wall_user_id %}
- {{macros.comment_reply_box(c.fullname, "reply-to-" + c.fullname, "d-none", "collapsed child", 'reply-to-' + c.fullname, true)}}
- {% endif %}
+ {% if v and v.id != c.author_id and c.body %}
+ {{c.body.strip()}}
+ {% endif %}
+
+ {% if c.parent_post or c.wall_user_id %}
+ {{macros.comment_reply_box(c.fullname, "reply-to-" + c.fullname, "d-none", "collapsed child", 'reply-to-' + c.fullname, true)}}
+ {% endif %}
{% if request.path.startswith('/transfers') %}