branch | stable |
changeset 5178 | 42285e33b01c |
parent 5041 | ebdab53b0c45 |
child 5234 | e2476d78b060 |
child 5421 | 8167de96c523 |
--- a/web/views/iprogress.py Wed Apr 07 14:42:12 2010 +0200 +++ b/web/views/iprogress.py Wed Apr 07 14:53:35 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))