From 2486b50a7bbeebc30ac23b69cc65997e5996c48d Mon Sep 17 00:00:00 2001 From: Damyon Wiese Date: Mon, 4 Feb 2019 13:28:28 +0800 Subject: [PATCH] MDL-62008 output: Help icon text is escaped The argument to render the pix_icon template from the help_icon template should not be escaped, they will be escaped by the pix_icon template when it generates the HTML. --- theme/boost/templates/core/help_icon.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/boost/templates/core/help_icon.mustache b/theme/boost/templates/core/help_icon.mustache index ed8881e8bc4..a52440bbdde 100644 --- a/theme/boost/templates/core/help_icon.mustache +++ b/theme/boost/templates/core/help_icon.mustache @@ -21,5 +21,5 @@ data-container="body" data-toggle="popover" data-placement="{{#ltr}}right{{/ltr}}{{^ltr}}left{{/ltr}}" data-content="{{text}} {{completedoclink}}" data-html="true" tabindex="0" data-trigger="focus"> - {{#pix}}help, core, {{alt}}{{/pix}} + {{#pix}}help, core, {{{alt}}}{{/pix}}