diff --git a/3rdparty/fullcalendar/js/fullcalendar.js b/3rdparty/fullcalendar/js/fullcalendar.js
index 779a313c76..314f8c8a1a 100644
--- a/3rdparty/fullcalendar/js/fullcalendar.js
+++ b/3rdparty/fullcalendar/js/fullcalendar.js
@@ -4662,7 +4662,7 @@ function DayEventRenderer() {
"";
}
html +=
- "" + htmlEscape(event.title) + "" +
+ "" + event.title + "" +
"";
if (seg.isEnd && isEventResizable(event)) {
html +=