mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 15:39:16 +02:00
Add br to the list of safe HTML tags
This commit is contained in:
parent
906bbb34bb
commit
2173a592a0
1 changed files with 1 additions and 0 deletions
|
@ -297,6 +297,7 @@ SAFE_TAGS = [
|
|||
"acronym",
|
||||
"b",
|
||||
"blockquote",
|
||||
"br",
|
||||
"code",
|
||||
"em",
|
||||
"i",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue