1
0
Fork 0
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:
Frédéric Guillot 2025-02-06 21:10:35 -08:00
parent 7bdf133b9d
commit e777f12490

View file

@ -66,7 +66,7 @@ var (
"sup": {"id"},
"table": {},
"td": {"rowspan", "colspan"},
"tfooter": {},
"tfoot": {},
"th": {"rowspan", "colspan"},
"thead": {},
"time": {"datetime"},