web/views/startup.py
changeset 2387 ea1defea9636
parent 2381 caad2367d940
child 2436 44b2eea35efa
--- 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