mirror of https://github.com/M66B/FairEmail.git
parent
1aa80a9258
commit
e168a4a4f5
|
@ -3614,8 +3614,9 @@ public class HtmlHelper {
|
|||
}
|
||||
|
||||
for (Element line : doc.select("hr")) {
|
||||
String style = line.attr("style");
|
||||
line.attr("style", mergeStyles(style, "display:inline;"));
|
||||
Element next = line.nextElementSibling();
|
||||
if (next != null && "br".equals(next.tagName()))
|
||||
next.remove();
|
||||
}
|
||||
|
||||
return doc.html();
|
||||
|
|
Loading…
Reference in New Issue