Update of /cvs-repository/CMF/CMFCollector In directory cvs.zope.org:/tmp/cvs-serv32075 Modified Files: util.py Log Message: Adding neglected use of html_quote... === CMF/CMFCollector/util.py 1.10 => 1.11 === continue - l = l.expandtabs() + l = html_quote(l.expandtabs()) at_literal = (l.startswith(" ") or l.startswith(">"))