From e397e43a24203eecd6e4daeb67d708e8c6bb4f04 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 17 Mar 2009 16:22:52 +0000 Subject: Bug 482365: Values displayed in userselect.html.tmpl may be incorrect if "value" is not explicitly set - Patch by Frédéric Buclin r=wicked a=LpSolit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/flag/list.html.tmpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'template/en/default/flag') diff --git a/template/en/default/flag/list.html.tmpl b/template/en/default/flag/list.html.tmpl index c7c8822f3..1c1a25d4a 100644 --- a/template/en/default/flag/list.html.tmpl +++ b/template/en/default/flag/list.html.tmpl @@ -206,6 +206,7 @@ id => "requestee_type-$type.id" multiple => type.is_multiplicable * 3 emptyok => !type.is_multiplicable + value => "" custom_userlist => type.grant_list %] [% ELSE %] @@ -260,6 +261,7 @@ id => "requestee_type-$type.id" multiple => type.is_multiplicable * 3 emptyok => !type.is_multiplicable + value => "" custom_userlist => type.grant_list %] [% ELSE %] -- cgit v1.2.3-24-g4f1b