Projects
Kolab:16:Testing:Candidate
roundcubemail-plugins-kolab
0006-Calendar-Fix-literal-raquo-in-calendar-nam...
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0006-Calendar-Fix-literal-raquo-in-calendar-name-in-event.patch of Package roundcubemail-plugins-kolab (Revision 52)
Currently displaying revision
52
,
Show latest
From bd62884ea230d8816b545282ac6ed7eee43fbab5 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <machniak@kolabsys.com> Date: Mon, 18 Mar 2019 15:32:35 +0000 Subject: [PATCH 06/11] Calendar: Fix literal "»" in calendar name in event dialog --- plugins/calendar/calendar_ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/calendar/calendar_ui.js b/plugins/calendar/calendar_ui.js index 20f6cf41..0280ccec 100644 --- a/plugins/calendar/calendar_ui.js +++ b/plugins/calendar/calendar_ui.js @@ -397,7 +397,7 @@ function rcube_calendar_ui(settings) if (event.valarms && event.alarms_text) $('#event-alarm').show().find('.event-text').html(Q(event.alarms_text).replace(',', ',<br>')); if (calendar.name) - $('#event-calendar').show().find('.event-text').text(calendar.name).addClass('cal-'+calendar.id); + $('#event-calendar').show().find('.event-text').html(Q(calendar.name)).addClass('cal-'+calendar.id); if (event.categories) $('#event-category').show().find('.event-text').text(event.categories).addClass('cat-'+String(event.categories).toLowerCase().replace(rcmail.identifier_expr, '')); if (event.free_busy) -- 2.20.1
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.