summaryrefslogtreecommitdiff
path: root/src/zope/tal/htmltalparser.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/zope/tal/htmltalparser.py')
-rw-r--r--src/zope/tal/htmltalparser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zope/tal/htmltalparser.py b/src/zope/tal/htmltalparser.py
index fe4b6ca..2c65acd 100644
--- a/src/zope/tal/htmltalparser.py
+++ b/src/zope/tal/htmltalparser.py
@@ -89,7 +89,7 @@ BLOCK_CLOSING_TAG_MAP = {
#: List of HTML tags that denote larger sections than paragraphs.
BLOCK_LEVEL_HTML_TAGS = frozenset([
"blockquote", "table", "tr", "th", "td", "thead", "tfoot", "tbody",
- "noframe", "ul", "ol", "li", "dl", "dt", "dd", "div",
+ "noframe", "ul", "ol", "li", "dl", "dt", "dd", "div", "nav",
])
#: Section level HTML tags