]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 814841: The description of custom fields is not filtered in the help page
authorFrédéric Buclin <LpSolit@gmail.com>
Mon, 26 Nov 2012 19:16:02 +0000 (20:16 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Mon, 26 Nov 2012 19:16:02 +0000 (20:16 +0100)
r=dkl a=LpSolit

template/en/default/pages/fields.html.tmpl

index 5ad5f7127bfd28c467c2f7875bf7e26c705a5524..7412829d931d00d5040fa61da99f0f5e25e5a19e 100644 (file)
 
   <dt id="[% field FILTER html %]">[% field_desc FILTER html %]</dt>
     <dd>
-      [% SET help_text = field_help_map.${field_desc}.help %]
-      [% help_text FILTER none %]
+      [% field_help_map.${field_desc}.help FILTER html_light %]
     </dd>
 [% END %]
 </dl>