time should support datetime

This commit is contained in:
toastal 2024-02-28 16:23:31 +07:00 committed by Drew DeVault
parent 6c8adf22ba
commit b827d95669
1 changed files with 1 additions and 0 deletions

View File

@ -182,6 +182,7 @@ _sanitizer_attrs = {
"bdo": ["dir"],
"blockquote": ["cite"],
"q": ["cite"],
"time": ["datetime"],
"th": ["align"],
"td": ["align"],
"img": _img_filter,