From c4f67117f70e2dddd8caf5121cc797666029c479 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Sat, 24 Jul 2010 15:21:05 +0200 Subject: 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 20270c0aa..986a9da6e 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 %]"> -- cgit v1.2.3-24-g4f1b