1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-01 12:44:42 +00:00

Small improvement

This commit is contained in:
M66B 2020-11-15 09:09:51 +01:00
parent 550a6da315
commit 9a8bdf9d9c

View file

@ -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)