diff -r b246d5cee44e -r ea1defea9636 web/views/startup.py --- a/web/views/startup.py Thu Jul 16 17:00:19 2009 +0200 +++ b/web/views/startup.py Thu Jul 16 17:00:55 2009 +0200 @@ -10,7 +10,7 @@ _ = unicode from logilab.common.textutils import unormalize -from logilab.mtconverter import html_escape +from logilab.mtconverter import xml_escape from cubicweb.view import StartupView from cubicweb.selectors import match_user_groups, implements