mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 14:46:31 +02:00
Newline after paragraph
This commit is contained in:
@@ -1003,7 +1003,7 @@ public class HtmlHelper {
|
||||
|
||||
if (p[0] != null)
|
||||
element.attr("x-line-before", Boolean.toString(p[0] > 0.5));
|
||||
if (p[2] != null)
|
||||
if (p[2] != null && !"p".equals(element.tagName()))
|
||||
element.attr("x-line-after", Boolean.toString(p[2] > 0.5));
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user