From 26eddaf5a68d8e608298a25e04266f77d748360c Mon Sep 17 00:00:00 2001 From: David Matamoros Date: Mon, 8 Nov 2021 10:48:44 +0100 Subject: [PATCH] MDL-73025 core: Fix incorrect formatting for inplace editable title --- lib/templates/inplace_editable.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/templates/inplace_editable.mustache b/lib/templates/inplace_editable.mustache index b7582ed96f9..bcf874a98b4 100644 --- a/lib/templates/inplace_editable.mustache +++ b/lib/templates/inplace_editable.mustache @@ -57,7 +57,7 @@ {{# linkeverything }}{{{displayvalue}}}{{/ linkeverything }} - {{#editicon}}{{#pix}}{{key}}, {{component}}, {{title}}{{/pix}}{{/editicon}} + {{#editicon}}{{#pix}}{{key}}, {{component}}, {{{title}}}{{/pix}}{{/editicon}}