1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-01 04:35:57 +00:00

Replace code by strong

This commit is contained in:
M66B 2019-09-21 18:10:41 +02:00
parent e22dff8cf4
commit fc88c720a3

View file

@ -192,7 +192,7 @@ public class HtmlHelper {
}
// Code
document.select("code").tagName("div");
document.select("code").tagName("strong");
// Lines
for (Element hr : document.select("hr")) {