mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-03 07:36:31 +02:00
New line for empty paragraphs
This commit is contained in:
@@ -1121,6 +1121,10 @@ public class HtmlHelper {
|
||||
continue;
|
||||
}
|
||||
p.attr("x-paragraph", "true");
|
||||
if (TextUtils.isEmpty(p.text())) {
|
||||
p.removeAttr("x-line-before");
|
||||
p.removeAttr("x-line-after");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user