1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-01 12:44:42 +00:00

Small improvement

This commit is contained in:
M66B 2020-11-08 18:14:42 +01:00
parent 5e02dd410d
commit 926c4b476b

View file

@ -539,7 +539,7 @@ public class HtmlHelper {
for (Element element : document.select("*")) {
// Class style
String tag = element.tagName();
String clazz = element.attr("class");
String clazz = element.className();
String style = processStyles(tag, clazz, null, sheets);
// Element style