Bug 814841: The description of custom fields is not filtered in the help page

r=dkl a=LpSolit


git-svn-id: svn://10.0.0.236/trunk@264483 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkanat%bugzilla.org
2012-11-26 19:30:50 +00:00
parent ecffd03a2a
commit 5257d9d16f
2 changed files with 2 additions and 3 deletions

View File

@@ -1 +1 @@
8484
8485

View File

@@ -214,8 +214,7 @@
<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>