mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 08:08:16 +02:00
Small improvement
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user