mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
fix(sanitizer): correct HTML tag name from tfooter
to tfoot
This commit is contained in:
parent
7bdf133b9d
commit
e777f12490
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ var (
|
||||||
"sup": {"id"},
|
"sup": {"id"},
|
||||||
"table": {},
|
"table": {},
|
||||||
"td": {"rowspan", "colspan"},
|
"td": {"rowspan", "colspan"},
|
||||||
"tfooter": {},
|
"tfoot": {},
|
||||||
"th": {"rowspan", "colspan"},
|
"th": {"rowspan", "colspan"},
|
||||||
"thead": {},
|
"thead": {},
|
||||||
"time": {"datetime"},
|
"time": {"datetime"},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue