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
1 changed files with 1 additions and 1 deletions

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