Remove duplicate

This commit is contained in:
Greg Johnston 2022-12-26 17:25:18 -05:00
parent ebd7080149
commit 3179b2a9e5

View file

@ -852,6 +852,5 @@ fn is_math_ml_element(tag: &str) -> bool {
"mtr" |
"maction" |
"annotation" |
"annotation" |
"semantics")
}