From e4f11b4982e5884cda4afcfc06f4de96254a189c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Buclin?= Date: Mon, 26 Nov 2012 20:17:13 +0100 Subject: [PATCH] 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(-) diff --git a/template/en/default/pages/fields.html.tmpl b/template/en/default/pages/fields.html.tmpl index 5ad5f7127b..7412829d93 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 %] -- 2.47.2