[Zope-Checkins] CVS: Zope3/lib/python/Zope/TAL - TALInterpreter.py:1.81
Fred L. Drake, Jr.
fdrake@acm.org
Mon, 1 Jul 2002 17:14:29 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/TAL
In directory cvs.zope.org:/tmp/cvs-serv3012
Modified Files:
TALInterpreter.py
Log Message:
This definition of EMPTY_HTML_TAGS is not used.
=== Zope3/lib/python/Zope/TAL/TALInterpreter.py 1.80 => 1.81 ===
]
-EMPTY_HTML_TAGS = [
- # List of HTML tags with an empty content model; these are
- # rendered in minimized form, e.g. <img />.
- # From http://www.w3.org/TR/xhtml1/#dtds
- "base", "meta", "link", "hr", "br", "param", "img", "area",
- "input", "col", "basefont", "isindex", "frame",
-]
-
def normalize(text):
# Now we need to normalize the whitespace in implicit message ids and
# implicit $name substitution values by stripping leading and trailing