diff --git a/files/templates/comments.html b/files/templates/comments.html index 6ff4b7fcb..48feeb306 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -503,7 +503,7 @@ {% if v and v.id != c.author_id and c.body %} -
{{c.body.strip()}}
+
{{c.plainbody(v).strip()}}
{% endif %} @@ -913,4 +913,4 @@ {% endif %} - \ No newline at end of file +