Add br to the list of safe HTML tags

This commit is contained in:
Tony Wasserka 2021-04-11 14:52:23 +02:00 committed by Georg Krause
parent 906bbb34bb
commit 2173a592a0
1 changed files with 1 additions and 0 deletions

View File

@ -297,6 +297,7 @@ SAFE_TAGS = [
"acronym", "acronym",
"b", "b",
"blockquote", "blockquote",
"br",
"code", "code",
"em", "em",
"i", "i",