Skip to content

Commit

Permalink
fix(sanitizer): correct HTML tag name from tfooter to tfoot
Browse files Browse the repository at this point in the history
  • Loading branch information
fguillot committed Feb 7, 2025
1 parent 7bdf133 commit e777f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/reader/sanitizer/sanitizer.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ var (
"sup": {"id"},
"table": {},
"td": {"rowspan", "colspan"},
"tfooter": {},
"tfoot": {},
"th": {"rowspan", "colspan"},
"thead": {},
"time": {"datetime"},
Expand Down

0 comments on commit e777f12

Please sign in to comment.