Where did that go?

This commit is contained in:
M66B 2020-03-10 09:16:09 +01:00
parent e67261a42f
commit 77d4d43826
1 changed files with 1 additions and 1 deletions

View File

@ -1178,7 +1178,7 @@ public class HtmlHelper {
private final List<String> heads = Collections.unmodifiableList(Arrays.asList(
"h1", "h2", "h3", "h4", "h5", "h6", "p", "ol", "ul", "table", "br", "hr"));
private final List<String> tails = Collections.unmodifiableList(Arrays.asList(
"h1", "h2", "h3", "h4", "h5", "h6", "p", "ol", "ul", "li"));
"h1", "h2", "h3", "h4", "h5", "h6", "p", "ol", "ul", "li", "div"));
public void head(Node node, int depth) {
if (node instanceof TextNode)