From b8c05345156265cb1594c0fea18e8596a31bf5c0 Mon Sep 17 00:00:00 2001 From: Simey Lameze Date: Wed, 14 Nov 2018 12:30:35 +0800 Subject: [PATCH] MDL-63999 calendar: double escape event name on templates --- calendar/templates/event_item.mustache | 2 +- calendar/templates/month_detailed.mustache | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/calendar/templates/event_item.mustache b/calendar/templates/event_item.mustache index 109d86c22e2..f1fec54c5ac 100644 --- a/calendar/templates/event_item.mustache +++ b/calendar/templates/event_item.mustache @@ -58,7 +58,7 @@ {{#icon}}
{{#pix}} {{key}}, {{component}}, {{alttext}} {{/pix}}
{{/icon}}
-

{{name}}

+

{{{name}}}

{{{formattedtime}}}
{{#location}}{{{location}}}{{/location}}
diff --git a/calendar/templates/month_detailed.mustache b/calendar/templates/month_detailed.mustache index 9231fa8a6ea..fbf3fde7e03 100644 --- a/calendar/templates/month_detailed.mustache +++ b/calendar/templates/month_detailed.mustache @@ -83,7 +83,7 @@