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 10400b2..93538e8 100644
--- a/src/zope/tal/htmltalparser.py
+++ b/src/zope/tal/htmltalparser.py
@@ -313,6 +313,6 @@ class HTMLTALParser(HTMLParser):
repr(keybase), self.getpos())
i18ndict[keybase] = value
attrlist.append(item)
- if namens in ('metal', 'tal'):
+ if namens in ('metal', 'tal', 'i18n'):
taldict['tal tag'] = namens
return name, attrlist, taldict, metaldict, i18ndict