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

Small fix

This commit is contained in:
M66B 2020-11-12 12:46:25 +01:00
parent 4e4c4e45bb
commit 42f7cd6444

View file

@ -761,8 +761,10 @@ public class HtmlHelper {
.attr("x-block", "true");
else
hs.attr("x-line-after", "true");
} else
} else {
hs.tagName("strong");
hs.attr("x-line-after", "true");
}
// Paragraphs
for (Element p : document.select("p")) {