no need to escape the title

This commit is contained in:
Bjoern Schiessle 2012-06-20 15:41:05 +02:00
parent 8e427d80d3
commit e71dffcdf0
1 changed files with 1 additions and 1 deletions

View File

@ -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 +=