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
550a6da315
commit
9a8bdf9d9c
1 changed files with 3 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue