1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00

fix: allow the <u> tag in feeds

This commit is contained in:
jvoisin 2025-03-06 18:16:22 +01:00 committed by Frédéric Guillot
parent 999ab0df2b
commit 5353211206

View file

@ -71,6 +71,7 @@ var (
"thead": {}, "thead": {},
"time": {"datetime"}, "time": {"datetime"},
"tr": {}, "tr": {},
"u": {},
"ul": {"id"}, "ul": {"id"},
"var": {}, "var": {},
"video": {"poster", "height", "width", "src"}, "video": {"poster", "height", "width", "src"},