From 98bee9b5911cd7e4f6afa5c612ab53e9b3dbef0e Mon Sep 17 00:00:00 2001 From: kek7198 Date: Tue, 30 Nov 2021 20:23:41 -0600 Subject: [PATCH] fix --- 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 ca0f056c91..0fa1769c83 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -406,10 +406,10 @@ {% endif %} {% if c.is_banned and c.ban_reason %} -
removed by @{{c.ban_reason}}
+
Removed by @{{c.ban_reason}}
{% endif %} -
+
{{c.realbody(v) | safe}} {% if c.options %} {% for o in c.options %}