From ccf2d3e5e476ce72cb95894b68358950bfa1d24b Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Mon, 26 Nov 2012 20:16:02 +0100 Subject: Bug 814841: The description of custom fields is not filtered in the help page r=dkl a=LpSolit --- template/en/default/pages/fields.html.tmpl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'template') 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 @@
[% 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 %] -- cgit v1.2.3-24-g4f1b