From 42003c7e001c8a917c678f68bc70756a12aa9981 Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 11 Oct 2023 20:38:37 +0300 Subject: [PATCH] dont apply award classes on post_listing body previews to help performance --- 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 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 %}