diff -r 864aa3ea0db5 -r 16af47588d41 web/views/plots.py --- a/web/views/plots.py Mon May 25 12:18:17 2009 +0200 +++ b/web/views/plots.py Mon May 25 12:20:25 2009 +0200 @@ -87,7 +87,7 @@ lines: {show: true}, grid: {hoverable: true}, xaxis: {mode: %(mode)s}}); -jQuery('#%(figid)s').bind('plothover', onPlotHover); +jQuery("#%(figid)s").bind("plothover", onPlotHover); ''' def __init__(self, labels, plots, timemode=False):