From c62a034da54b753da9f41c3d01471cb7ecca5a2f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Buclin?= Date: Sat, 24 Jul 2010 15:22:28 +0200 Subject: [PATCH] Bug 581663: Directive closed twice r=timello a=LpSolit --- template/en/default/bug/process/verify-new-product.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/en/default/bug/process/verify-new-product.html.tmpl b/template/en/default/bug/process/verify-new-product.html.tmpl index 20270c0aa5..986a9da6e5 100644 --- a/template/en/default/bug/process/verify-new-product.html.tmpl +++ b/template/en/default/bug/process/verify-new-product.html.tmpl @@ -162,7 +162,7 @@ [% ' checked="checked"' IF ((group.membercontrol == constants.CONTROLMAPDEFAULT && user.in_group(group.group.name)) || (group.othercontrol == constants.CONTROLMAPDEFAULT && !user.in_group(group.group.name)) || cgi.param("groups").contains(group.group.name)) %] - %] value="[% group.group.name FILTER html %]"> + value="[% group.group.name FILTER html %]"> -- 2.47.2