Skip to content

Commit

Permalink
MDL-56194 admin: Allow HTML in admin setting headings
Browse files Browse the repository at this point in the history
  • Loading branch information
Frédéric Massart committed Sep 29, 2016
1 parent 6c43d83 commit 23faa31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/templates/setting_heading.mustache
Expand Up @@ -31,7 +31,7 @@
}
}}
{{#title}}
<h3 class="main">{{title}}</h3>
<h3 class="main">{{{title}}}</h3>
{{/title}}
{{#description}}
<div class="box generalbox formsettingheading">{{{descriptionformatted}}}</div>
Expand Down

0 comments on commit 23faa31

Please sign in to comment.