From da7d9b23fa75640c9387f92a65ec69646c5951a6 Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 11 Oct 2023 20:39:51 +0300 Subject: [PATCH] apply the chud img in post body previews --- files/templates/post_listing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/post_listing.html b/files/templates/post_listing.html index 5cdffbe16..ae051d7f7 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 %}