Ignore table elements

This commit is contained in:
M66B 2020-12-09 09:10:36 +01:00
parent cdbf8770bb
commit f5c9e0daa3
1 changed files with 3 additions and 0 deletions

View File

@ -2384,6 +2384,9 @@ public class HtmlHelper {
setSpan(ssb, new RelativeSizeSpan(FONT_SMALL), start, ssb.length());
break;
case "table":
case "thead":
case "tbody":
case "tfoot":
case "tr":
case "th":
case "td":