mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Small improvement
This commit is contained in:
@@ -924,13 +924,14 @@ public class HtmlHelper {
|
||||
if (TextUtils.isEmpty(align) ||
|
||||
"left".equals(align) ||
|
||||
"start".equals(align))
|
||||
col.tagName("div").removeAttr("x-block");
|
||||
col.removeAttr("x-block");
|
||||
else {
|
||||
if ("true".equals(col.attr("x-line-before")))
|
||||
col.removeAttr("x-line-before");
|
||||
}
|
||||
|
||||
col.attr("x-column", "true");
|
||||
col.tagName("div")
|
||||
.attr("x-column", "true");
|
||||
}
|
||||
|
||||
if (merge.size() != 0)
|
||||
|
||||
Reference in New Issue
Block a user