summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorKohei Yoshino <kohei.yoshino@gmail.com>2018-01-10 16:56:04 +0100
committerDylan William Hardison <dylan@hardison.net>2018-01-10 16:56:04 +0100
commitacc2405e992d927cbfed9b368a08f0bb8fcd9e41 (patch)
treeaf199aef7bab3f149f244ceacdc6a0fffad6d28f /extensions
parent4104df0c3e48105a95f163cd9e8bec40b87a8854 (diff)
downloadbugzilla-acc2405e992d927cbfed9b368a08f0bb8fcd9e41.tar.gz
bugzilla-acc2405e992d927cbfed9b368a08f0bb8fcd9e41.tar.xz
no bug - Fix a markup error (#361)
This error can be observed in show_bug.cgi's source.
Diffstat (limited to 'extensions')
-rw-r--r--extensions/BugModal/template/en/default/bug_modal/groups.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/groups.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/groups.html.tmpl
index d60d1ef67..966cefdcf 100644
--- a/extensions/BugModal/template/en/default/bug_modal/groups.html.tmpl
+++ b/extensions/BugModal/template/en/default/bug_modal/groups.html.tmpl
@@ -52,7 +52,7 @@
|| user.in_group(bug.product_obj.default_security_group)
|| (user.id != bug.reporter.id && !user.in_group('editbugs')) %]
<div>
- <input type="checkbox" name="groups"I class="restrict_sensitive"
+ <input type="checkbox" name="groups" class="restrict_sensitive"
value="[% bug.product_obj.default_security_group FILTER none %]"
id="group_[% bug.product_obj.default_security_group_obj.id FILTER html %]">
<label for="group_[% bug.product_obj.default_security_group_obj.id FILTER html %]"