diff --git a/3rdparty/fullcalendar/js/fullcalendar.js b/3rdparty/fullcalendar/js/fullcalendar.js index 779a313c7611cfaa867ece2f740a7c5577477f11..314f8c8a1a5f00fbcc5c1146808c81e777b73a48 100644 --- a/3rdparty/fullcalendar/js/fullcalendar.js +++ b/3rdparty/fullcalendar/js/fullcalendar.js @@ -4662,7 +4662,7 @@ function DayEventRenderer() { "</span>"; } html += - "<span class='fc-event-title'>" + htmlEscape(event.title) + "</span>" + + "<span class='fc-event-title'>" + event.title + "</span>" + "</div>"; if (seg.isEnd && isEventResizable(event)) { html +=