[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/Forms/Views/Browser - Widget.py:1.2
Florent Guillaume
fg@nuxeo.com
Sun, 14 Jul 2002 15:26:19 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/Forms/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv14883
Modified Files:
Widget.py
Log Message:
Make a note that some HTML quoting is needed when rendering HTML.
=== Zope3/lib/python/Zope/App/Forms/Views/Browser/Widget.py 1.1 => 1.2 ===
extra = self.getValue('extra'))
+# XXX Note, some HTML quoting is needed in renderTag and renderElement.
def renderTag(tag, **kw):
"""Render the tag. Well, not all of it, as we may want to / it.