Ignore table elements

pull/190/head
M66B 5 years ago
parent cdbf8770bb
commit f5c9e0daa3

@ -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":

Loading…
Cancel
Save