Changeset 3152
- Timestamp:
- 01/28/08 04:23:09 (1 year ago)
- Files:
-
- masterticketsplugin/0.11/mastertickets/web_ui.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
masterticketsplugin/0.11/mastertickets/web_ui.py
r3151 r3152 160 160 node['URL'] = req.href.ticket(tkt.id) 161 161 node['alt'] = 'Ticket #%s'%tkt.id 162 node['tooltip'] = tkt['summary'] 162 node['tooltip'] = tkt['summary'].encode('utf8') 163 163 164 164 for n in link.blocking:
