diff --git a/files/templates/comments.html b/files/templates/comments.html index 8edc98f2c..2a66889e5 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -483,7 +483,7 @@ {% if c.body and not (v and v.id == c.author_id) %} -
{{c.body.strip()}}
+
{{c.body.strip()}}
{% endif %}