Skip to content

Commit

Permalink
MDL-73025 core: Fix incorrect formatting for inplace editable title
Browse files Browse the repository at this point in the history
  • Loading branch information
dravek committed Nov 8, 2021
1 parent d135a12 commit 26eddaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/templates/inplace_editable.mustache
Expand Up @@ -57,7 +57,7 @@
<a href="#" class="quickeditlink aalink" data-inplaceeditablelink="1" title="{{edithint}}">
{{# linkeverything }}{{{displayvalue}}}{{/ linkeverything }}
<span class="quickediticon visibleifjs">
{{#editicon}}{{#pix}}{{key}}, {{component}}, {{title}}{{/pix}}{{/editicon}}
{{#editicon}}{{#pix}}{{key}}, {{component}}, {{{title}}}{{/pix}}{{/editicon}}
</span>
</a>
</span>
Expand Down

0 comments on commit 26eddaf

Please sign in to comment.