From: Colin Joy Date: Thu, 24 Sep 2015 14:30:22 +0000 (+0100) Subject: Bug 1202588: Custom preference multiselect widget - size gets set to null. r=gerv X-Git-Tag: release-5.0.2~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d5ac9ef92b52cad86add627570d4eb8ea606945e;p=thirdparty%2Fbugzilla.git Bug 1202588: Custom preference multiselect widget - size gets set to null. r=gerv --- diff --git a/template/en/default/admin/params/common.html.tmpl b/template/en/default/admin/params/common.html.tmpl index db3bde7770..fd9fd3ed12 100644 --- a/template/en/default/admin/params/common.html.tmpl +++ b/template/en/default/admin/params/common.html.tmpl @@ -32,7 +32,7 @@ [% ELSIF param.type == "m" %] [% boxSize = 5 %] - [% boxSize = param.choices.size IF param.choices.size < 5 %] + [% SET boxSize = param.choices.size IF param.choices.size < 5 %]