mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-26 19:05:23 +01:00
Added remark
This commit is contained in:
@@ -531,7 +531,7 @@ public class HtmlHelper {
|
||||
if (disable_tracking)
|
||||
removeTrackingPixels(context, document);
|
||||
|
||||
// Font
|
||||
// https://developer.mozilla.org/en-US/docs/Web/HTML/Element/font
|
||||
for (Element font : document.select("font")) {
|
||||
// https://developer.mozilla.org/en-US/docs/Web/HTML/Element/font
|
||||
String style = font.attr("style");
|
||||
|
||||
Reference in New Issue
Block a user