[Pkg-owncloud-commits] [owncloud] 06/08: improve calendar list view

David Prévot taffit at alioth.debian.org
Fri Nov 8 23:09:23 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag v4.0.11
in repository owncloud.

commit 708bd92ef74e6870dcf55c178e9b2440e65558b1
Author: Georg Ehrke <dev at georgswebsite.de>
Date:   Sat Jan 19 20:33:09 2013 +0100

    improve calendar list view
---
 apps/calendar/js/calendar.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/calendar/js/calendar.js b/apps/calendar/js/calendar.js
index efdff52..54c52e1 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>' +

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list