HTML reader: Add "nav" to list of block-level tags.
This commit is contained in:
parent
b0c5ecbb1a
commit
11bab77120
1 changed files with 2 additions and 1 deletions
|
@ -1039,7 +1039,8 @@ blockHtmlTags = Set.fromList
|
|||
"dir", "div", "dl", "dt", "fieldset", "figcaption", "figure",
|
||||
"footer", "form", "h1", "h2", "h3", "h4",
|
||||
"h5", "h6", "head", "header", "hgroup", "hr", "html",
|
||||
"isindex", "main", "menu", "meta", "noframes", "ol", "output", "p", "pre",
|
||||
"isindex", "main", "menu", "meta", "noframes", "nav",
|
||||
"ol", "output", "p", "pre",
|
||||
"section", "table", "tbody", "textarea",
|
||||
"thead", "tfoot", "ul", "dd",
|
||||
"dt", "frameset", "li", "tbody", "td", "tfoot",
|
||||
|
|
Loading…
Add table
Reference in a new issue