mirror of https://github.com/M66B/FairEmail.git
Small fix
This commit is contained in:
parent
4e4c4e45bb
commit
42f7cd6444
|
@ -761,8 +761,10 @@ public class HtmlHelper {
|
||||||
.attr("x-block", "true");
|
.attr("x-block", "true");
|
||||||
else
|
else
|
||||||
hs.attr("x-line-after", "true");
|
hs.attr("x-line-after", "true");
|
||||||
} else
|
} else {
|
||||||
hs.tagName("strong");
|
hs.tagName("strong");
|
||||||
|
hs.attr("x-line-after", "true");
|
||||||
|
}
|
||||||
|
|
||||||
// Paragraphs
|
// Paragraphs
|
||||||
for (Element p : document.select("p")) {
|
for (Element p : document.select("p")) {
|
||||||
|
|
Loading…
Reference in New Issue