From 33ceebe21b1510356a51728b5ad2df59850206a2 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 17 Jan 2022 19:05:11 +0200 Subject: [PATCH] bb --- 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 b8d7cc3fe..8b5e1c5d9 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -485,7 +485,7 @@ {% if c.body and not (v and v.id == c.author_id) %} -
+
{{c.body.strip()}}
{% endif %}