1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-27 02:07:12 +00:00

Added remark

This commit is contained in:
M66B 2022-04-04 08:23:38 +02:00
parent 1b3b6c0e52
commit 7d1ad17d35

View file

@ -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");