mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
Process thead/tfoot
This commit is contained in:
@@ -802,6 +802,8 @@ public class HtmlHelper {
|
||||
table.tagName("span"); // Links cannot contain tables
|
||||
else
|
||||
table.tagName("div");
|
||||
for (Element hf : document.select("thead,tfoot"))
|
||||
hf.tagName("span");
|
||||
|
||||
// Remove tracking pixels
|
||||
if (disable_tracking)
|
||||
|
||||
Reference in New Issue
Block a user