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")) {