From a51bfa3d4c5d6fac6928b8c551600d017588be99 Mon Sep 17 00:00:00 2001 From: justcool393 Date: Fri, 23 Sep 2022 17:37:32 -0700 Subject: [PATCH] country club leak fix (#370) --- files/templates/comments.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 6ff4b7fcb8..48feeb3062 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 +