mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Replace code by strong
This commit is contained in:
@@ -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")) {
|
||||
|
||||
Reference in New Issue
Block a user