diff --git a/app/templates/post/continue_discussion.html b/app/templates/post/continue_discussion.html
index e07e9c7a..07d27c6b 100644
--- a/app/templates/post/continue_discussion.html
+++ b/app/templates/post/continue_discussion.html
@@ -21,7 +21,7 @@
{% else %}
{% if comment['comment'].author.avatar_id and comment['comment'].score > -10 and not low_bandwidth %}
-
+
{% endif %}
{{ comment['comment'].author.display_name() }}
diff --git a/app/templates/post/post.html b/app/templates/post/post.html
index 652834fc..5e8dd8e9 100644
--- a/app/templates/post/post.html
+++ b/app/templates/post/post.html
@@ -74,7 +74,7 @@
{% else %}
{% if comment['comment'].author.avatar_id and comment['comment'].score > -10 and not low_bandwidth %}
-
+
{% endif %}
{{ comment['comment'].author.display_name() }}