diff -r fe1f3c560381 -r 5a81f6bbcb9e web/views/debug.py --- a/web/views/debug.py Fri Feb 26 13:31:10 2010 +0100 +++ b/web/views/debug.py Fri Feb 26 13:56:06 2010 +0100 @@ -66,7 +66,7 @@ stats = repo.stats() for element in sorted(stats): w(u'%s%s %s' - % (element, xml_escame(unicode(stats[element])), + % (element, xml_escape(unicode(stats[element])), element.endswith('percent') and '%' or '' )) w(u'') if req.cnx._cnxtype == 'inmemory':