diff --git a/blocks/myoverview/templates/course-event-list-item.mustache b/blocks/myoverview/templates/course-event-list-item.mustache index af7d5ee350f..587393a8f16 100644 --- a/blocks/myoverview/templates/course-event-list-item.mustache +++ b/blocks/myoverview/templates/course-event-list-item.mustache @@ -46,7 +46,7 @@ {{#icon}}{{#pix}} {{key}}, {{component}}, {{alttext}} {{/pix}}{{/icon}}
- {{name}} + {{{name}}}

{{#userdate}} {{timesort}}, {{#str}} strftimerecent {{/str}} {{/userdate}}

diff --git a/blocks/myoverview/templates/course-summary.mustache b/blocks/myoverview/templates/course-summary.mustache index f9fcf9fd1fd..21368a7d53d 100644 --- a/blocks/myoverview/templates/course-summary.mustache +++ b/blocks/myoverview/templates/course-summary.mustache @@ -29,11 +29,11 @@
{{> block_myoverview/progress-chart}} -

{{fullnamedisplay}}

+

{{{fullnamedisplay}}}

{{> block_myoverview/progress-chart}} -

{{fullnamedisplay}}

+

{{{fullnamedisplay}}}

@@ -43,11 +43,11 @@

- {{#shortentext}} 140, {{summary}}{{/shortentext}} + {{#shortentext}} 140, {{{summary}}}{{/shortentext}}

diff --git a/blocks/myoverview/templates/courses-view-course-item.mustache b/blocks/myoverview/templates/courses-view-course-item.mustache index 0d95121a83a..b2f39a88d48 100644 --- a/blocks/myoverview/templates/courses-view-course-item.mustache +++ b/blocks/myoverview/templates/courses-view-course-item.mustache @@ -31,7 +31,7 @@
{{> block_myoverview/progress-chart}} -

{{fullnamedisplay}}

+

{{{fullnamedisplay}}}

@@ -41,7 +41,7 @@
-

{{fullnamedisplay}}

+

{{{fullnamedisplay}}}

diff --git a/blocks/myoverview/templates/event-list-item.mustache b/blocks/myoverview/templates/event-list-item.mustache index 139152f23b6..0101dfece40 100644 --- a/blocks/myoverview/templates/event-list-item.mustache +++ b/blocks/myoverview/templates/event-list-item.mustache @@ -48,8 +48,8 @@ {{#icon}}{{#pix}} {{key}}, {{component}}, {{alttext}} {{/pix}}{{/icon}}
- {{name}} -

{{course.fullnamedisplay}}

+ {{{name}}} +

{{{course.fullnamedisplay}}}