Changeset 3152

Show
Ignore:
Timestamp:
01/28/08 04:23:09 (1 year ago)
Author:
coderanger
Message:

Try to not put unicode data in the graph.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • masterticketsplugin/0.11/mastertickets/web_ui.py

    r3151 r3152  
    160160            node['URL'] = req.href.ticket(tkt.id) 
    161161            node['alt'] = 'Ticket #%s'%tkt.id 
    162             node['tooltip'] = tkt['summary'] 
     162            node['tooltip'] = tkt['summary'].encode('utf8') 
    163163             
    164164            for n in link.blocking: