mirror of https://github.com/M66B/FairEmail.git
Replace code by strong
This commit is contained in:
parent
e22dff8cf4
commit
fc88c720a3
|
@ -192,7 +192,7 @@ public class HtmlHelper {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Code
|
// Code
|
||||||
document.select("code").tagName("div");
|
document.select("code").tagName("strong");
|
||||||
|
|
||||||
// Lines
|
// Lines
|
||||||
for (Element hr : document.select("hr")) {
|
for (Element hr : document.select("hr")) {
|
||||||
|
|
Loading…
Reference in New Issue