From 2173a592a073ba57de4936b1b1238ce00317a360 Mon Sep 17 00:00:00 2001 From: Tony Wasserka <918-neobrain@users.noreply.dev.funkwhale.audio> Date: Sun, 11 Apr 2021 14:52:23 +0200 Subject: [PATCH] Add br to the list of safe HTML tags --- api/funkwhale_api/common/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/api/funkwhale_api/common/utils.py b/api/funkwhale_api/common/utils.py index afb773725..061169ab8 100644 --- a/api/funkwhale_api/common/utils.py +++ b/api/funkwhale_api/common/utils.py @@ -297,6 +297,7 @@ SAFE_TAGS = [ "acronym", "b", "blockquote", + "br", "code", "em", "i",