From 25a0001b9f9f6b38f9be1aa8d28c8cb5e699badb Mon Sep 17 00:00:00 2001 From: Alexander Bias Date: Mon, 30 Nov 2020 10:45:23 +0100 Subject: [PATCH] MDL-70342 block_timeline: Get rid of double quotes This commit gets rid of double quotes around the activity name and course name which have sneaked into block_timeline's view in MDL-65183. --- blocks/timeline/templates/event-list-item.mustache | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blocks/timeline/templates/event-list-item.mustache b/blocks/timeline/templates/event-list-item.mustache index c483c28fd83..a33a10e1b36 100644 --- a/blocks/timeline/templates/event-list-item.mustache +++ b/blocks/timeline/templates/event-list-item.mustache @@ -52,9 +52,9 @@
{{#quote}}{{{name}}}{{/quote}}
+ >
{{{name}}}
{{#course.fullnamedisplay}} - {{#quote}}{{{course.fullnamedisplay}}}{{/quote}} + {{{course.fullnamedisplay}}} {{/course.fullnamedisplay}} {{#action.actionable}}