Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorGeorg Ehrke <dev@georgswebsite.de>2013-01-19 23:33:09 +0400
committerGeorg Ehrke <dev@georgswebsite.de>2013-01-19 23:33:09 +0400
commit708bd92ef74e6870dcf55c178e9b2440e65558b1 (patch)
tree5ffee97ec2ac421db6905e9a1e0112aa618951c2 /apps
parent306d5ee5295def630d3bdf875aefc1db58850027 (diff)
improve calendar list view
Diffstat (limited to 'apps')
-rw-r--r--apps/calendar/js/calendar.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/calendar/js/calendar.js b/apps/calendar/js/calendar.js
index efdff52998c..54c52e1d540 100644
--- a/apps/calendar/js/calendar.js
+++ b/apps/calendar/js/calendar.js
@@ -718,7 +718,7 @@ function ListView(element, calendar) {
' class="' + classes.join(' ') + '"' +
'>' +
'<span class="fc-event-title">' +
- event.title +
+ escapeHTML(event.title) +
'</span>' +
'</span>' +
'</td>' +