1
0
Fork 0
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:
M66B 2020-02-06 10:46:17 +01:00
parent cd7bc4590e
commit 9a80c201a8

View file

@ -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