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

Line before headings

This commit is contained in:
M66B 2020-11-17 12:26:43 +01:00
parent ba952abbb9
commit 0652802a4b

View file

@ -760,6 +760,7 @@ public class HtmlHelper {
// Replace headings
Elements hs = document.select("h1,h2,h3,h4,h5,h6");
hs.attr("x-line-before", "true");
if (text_size) {
if (text_separators && view)
for (Element h : hs)