mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 22:56:33 +02:00
Prefer text-align over align
This commit is contained in:
@@ -672,7 +672,7 @@ public class HtmlHelper {
|
||||
// https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes
|
||||
String align = element.attr("align");
|
||||
if (!TextUtils.isEmpty(align))
|
||||
style = mergeStyles(style, "text-align:" + align);
|
||||
style = mergeStyles("text-align:" + align, style);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user