no need to escape the title
This commit is contained in:
parent
8e427d80d3
commit
e71dffcdf0
1 changed files with 1 additions and 1 deletions
2
3rdparty/fullcalendar/js/fullcalendar.js
vendored
2
3rdparty/fullcalendar/js/fullcalendar.js
vendored
|
@ -4662,7 +4662,7 @@ function DayEventRenderer() {
|
||||||
"</span>";
|
"</span>";
|
||||||
}
|
}
|
||||||
html +=
|
html +=
|
||||||
"<span class='fc-event-title'>" + htmlEscape(event.title) + "</span>" +
|
"<span class='fc-event-title'>" + event.title + "</span>" +
|
||||||
"</div>";
|
"</div>";
|
||||||
if (seg.isEnd && isEventResizable(event)) {
|
if (seg.isEnd && isEventResizable(event)) {
|
||||||
html +=
|
html +=
|
||||||
|
|
Loading…
Reference in a new issue