@@ -248,7 +248,7 @@ var ListViewGrid = Grid.extend({
'</td>' +
'<td class="fc-list-item-title ' + view.widgetContentClass + '">' +
'<a' + (url ? ' href="' + htmlEscape(url) + '"' : '') + '>' +
- htmlEscape(seg.event.title) +
+ htmlEscape(seg.event.title || '') +
'</a>' +
'</tr>';