changeset 5196 | d14bfd477c44 |
parent 5178 | 42285e33b01c |
child 5234 | e2476d78b060 |
child 5421 | 8167de96c523 |
--- a/web/views/iprogress.py Thu Apr 08 13:38:36 2010 +0200 +++ b/web/views/iprogress.py Thu Apr 08 14:11:49 2010 +0200 @@ -264,4 +264,4 @@ int(100.*budget/maxi), color)) self.w(u'%s<br/>' u'<canvas class="progressbar" id="canvas%s" width="100" height="10"></canvas>' - % (short_title.replace(' ',' '), cid)) + % (xml_escape(short_title), cid))