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:
parent
e22dff8cf4
commit
fc88c720a3
1 changed files with 1 additions and 1 deletions
|
@ -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")) {
|
||||
|
|
Loading…
Reference in a new issue