var t3 = String((override_params.text[r[i].ilsevent] ? override_params.text[r[i].ilsevent](r[i]) : '')).replace(/&/g,'&').replace(/</g,'<').replace(/>/g,'>');
var t4 = String(r[i].desc).replace(/&/g,'&').replace(/</g,'<').replace(/>/g,'>');
xml += '<row>' +
- '<description style="color: red" tooltiptext="' + t1 + '">' + t2 + '</description>' +
+ '<description class="oils_event" tooltiptext="' + t1 + '">' + t2 + '</description>' +
'<description>' + t3 + '</description>' +
'</row><row>' + '<description>' + t4 + '</description>' + '</row>';
}