summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2010-07-24 15:21:05 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2010-07-24 15:21:05 +0200
commitc4f67117f70e2dddd8caf5121cc797666029c479 (patch)
tree71f48dec687393403fe8613ddcfc7cd6bfd405d5 /template
parent11f260bb6d3b6a4662d120a40efa7e3a6503174f (diff)
downloadbugzilla-c4f67117f70e2dddd8caf5121cc797666029c479.tar.gz
bugzilla-c4f67117f70e2dddd8caf5121cc797666029c479.tar.xz
Bug 581663: Directive closed twice
r=timello a=LpSolit
Diffstat (limited to 'template')
-rw-r--r--template/en/default/bug/process/verify-new-product.html.tmpl2
1 files changed, 1 insertions, 1 deletions
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 %]">
<label for="group_[% group.group.id FILTER html %]">
[% group.group.name FILTER html %]: [% group.group.description FILTER html %]
</label>