mirror of
https://git.sr.ht/~tsileo/microblog.pub
synced 2024-11-15 11:14:28 +00:00
Allow br tags for note content
This commit is contained in:
parent
eb4d795ede
commit
68695fed39
1 changed files with 1 additions and 0 deletions
1
app.py
1
app.py
|
@ -153,6 +153,7 @@ ALLOWED_TAGS = [
|
||||||
"abbr",
|
"abbr",
|
||||||
"acronym",
|
"acronym",
|
||||||
"b",
|
"b",
|
||||||
|
"br",
|
||||||
"blockquote",
|
"blockquote",
|
||||||
"code",
|
"code",
|
||||||
"pre",
|
"pre",
|
||||||
|
|
Loading…
Reference in a new issue