mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-31 11:31:40 +00:00
Translate pre to div instead of tt
This commit is contained in:
parent
cd7bc4590e
commit
9a80c201a8
1 changed files with 1 additions and 1 deletions
|
@ -446,7 +446,7 @@ public class HtmlHelper {
|
|||
// Pre formatted text
|
||||
for (Element pre : document.select("pre")) {
|
||||
pre.html(formatPre(pre.wholeText()));
|
||||
pre.tagName("tt");
|
||||
pre.tagName("div");
|
||||
}
|
||||
|
||||
// Code
|
||||
|
|
Loading…
Reference in a new issue