Commit ccf2d3e5 authored by Frédéric Buclin's avatar Frédéric Buclin

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

r=dkl a=LpSolit
parent 77b21ad2
...@@ -214,8 +214,7 @@ ...@@ -214,8 +214,7 @@
<dt id="[% field FILTER html %]">[% field_desc FILTER html %]</dt> <dt id="[% field FILTER html %]">[% field_desc FILTER html %]</dt>
<dd> <dd>
[% SET help_text = field_help_map.${field_desc}.help %] [% field_help_map.${field_desc}.help FILTER html_light %]
[% help_text FILTER none %]
</dd> </dd>
[% END %] [% END %]
</dl> </dl>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment