Replace code by strong

pull/162/head
M66B 6 years ago
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…
Cancel
Save