diff --git a/files/templates/post_listing.html b/files/templates/post_listing.html index 08277bac9..5cdffbe16 100644 --- a/files/templates/post_listing.html +++ b/files/templates/post_listing.html @@ -208,7 +208,7 @@ {% if not v_forbid_deleted %} {% if p.realbody(v) %} -
+
{{p.realbody(v) | safe}}
{% endif %}