mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 12:44:42 +00:00
Small improvement
This commit is contained in:
parent
5e02dd410d
commit
926c4b476b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue