diff options
-rw-r--r-- | template/en/default/pages/fields.html.tmpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/template/en/default/pages/fields.html.tmpl b/template/en/default/pages/fields.html.tmpl index 5ad5f7127..7412829d9 100644 --- a/template/en/default/pages/fields.html.tmpl +++ b/template/en/default/pages/fields.html.tmpl @@ -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> |