Skip to content

Commit 43f774a

Browse files
committed
fix(sanitizer): correct HTML tag name from tfooter to tfoot
1 parent 7bdf133 commit 43f774a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/reader/sanitizer/sanitizer.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ var (
6666
"sup": {"id"},
6767
"table": {},
6868
"td": {"rowspan", "colspan"},
69-
"tfooter": {},
69+
"tfoot": {},
7070
"th": {"rowspan", "colspan"},
7171
"thead": {},
7272
"time": {"datetime"},

0 commit comments

Comments
 (0)