From 30b91d8a23915dec8e402e500f5c8d63f791dd16 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 28 Jan 2022 06:33:37 +0200 Subject: [PATCH] cxz --- files/templates/comments.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 8edc98f2c0..2a66889e57 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -483,7 +483,7 @@ {% if c.body and not (v and v.id == c.author_id) %} -
{{c.body.strip()}}
+
{{c.body.strip()}}
{% endif %}