From: Frédéric Buclin Date: Mon, 26 Nov 2012 19:16:02 +0000 (+0100) Subject: Bug 814841: The description of custom fields is not filtered in the help page X-Git-Tag: bugzilla-4.5.1~298 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccf2d3e5e476ce72cb95894b68358950bfa1d24b;p=thirdparty%2Fbugzilla.git Bug 814841: The description of custom fields is not filtered in the help page r=dkl a=LpSolit --- diff --git a/template/en/default/pages/fields.html.tmpl b/template/en/default/pages/fields.html.tmpl index 5ad5f7127b..7412829d93 100644 --- a/template/en/default/pages/fields.html.tmpl +++ b/template/en/default/pages/fields.html.tmpl @@ -214,8 +214,7 @@
[% field_desc FILTER html %]
- [% SET help_text = field_help_map.${field_desc}.help %] - [% help_text FILTER none %] + [% field_help_map.${field_desc}.help FILTER html_light %]
[% END %]