From: Bjoern Schiessle Date: Wed, 20 Jun 2012 13:41:05 +0000 (+0200) Subject: no need to escape the title X-Git-Tag: v4.0.3~33 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e71dffcdf094763885e807f2484820fac179daca;p=nextcloud-server.git no need to escape the title --- diff --git a/3rdparty/fullcalendar/js/fullcalendar.js b/3rdparty/fullcalendar/js/fullcalendar.js index 779a313c761..314f8c8a1a5 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 +=