Changeset 824614 in indico
- Timestamp:
- 03/18/11 11:03:35 (2 years ago)
- Branches:
- master, burotel, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 0da0c1403bae8e51d8229f460181c71b9e6dda72
- Children:
- 0a8409
- Parents:
- 7ca902
- Location:
- indico/MaKaC/webinterface
- Files:
-
- 2 edited
-
common/tools.py (modified) (1 diff)
-
pages/category.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/webinterface/common/tools.py
rebf84a r824614 243 243 ' => " 244 244 """ 245 if type(text) != str: 246 return "" 245 247 text = text.replace('&', '&') 246 248 text = text.replace('<', '<') -
indico/MaKaC/webinterface/pages/category.py
reae6a3 r824614 468 468 loc = self._conf.getLocation().getName() 469 469 room = "" 470 if self._conf.getRoom() != None :470 if self._conf.getRoom() != None and self._conf.getRoom().getName() != None: 471 471 room = self._conf.getRoom().getName() 472 472 url = "javascript:redirectToRoomLoc('" + escape_html(room) + "','" + escape_html(loc) +"')"
Note: See TracChangeset
for help on using the changeset viewer.
