mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-26 19:05:23 +01:00
Fixed line break after lines
This commit is contained in:
@@ -3614,9 +3614,8 @@ public class HtmlHelper {
|
||||
}
|
||||
|
||||
for (Element line : doc.select("hr")) {
|
||||
Element next = line.nextElementSibling();
|
||||
if (next != null && "br".equals(next.tagName()))
|
||||
next.remove();
|
||||
String style = line.attr("style");
|
||||
line.attr("style", mergeStyles(style, "display:inline;"));
|
||||
}
|
||||
|
||||
return doc.html();
|
||||
|
||||
Reference in New Issue
Block a user