mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
Ignore table elements
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user