mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-04 11:54:10 +01:00
Translate pre to div instead of tt
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user