mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-27 02:07:12 +00:00
Added remark
This commit is contained in:
parent
1b3b6c0e52
commit
7d1ad17d35
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue