mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 05:39:25 +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",
|
"acronym",
|
||||||
"b",
|
"b",
|
||||||
"blockquote",
|
"blockquote",
|
||||||
|
"br",
|
||||||
"code",
|
"code",
|
||||||
"em",
|
"em",
|
||||||
"i",
|
"i",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue