mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 15:17:03 +02:00
Small fix
This commit is contained in:
@@ -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")) {
|
||||
|
||||
Reference in New Issue
Block a user