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/bug/edit.html.tmpl | 1 + 1 file changed, 1 insertion(+) (limited to 'template/en/default/bug') diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index b3b5c8d42..c59771eab 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -872,6 +872,7 @@ [% INCLUDE global/userselect.html.tmpl id => "newcc" name => "newcc" + value => "" size => 30 multiple => 5 %] -- cgit v1.2.3-24-g4f1b