]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
no bug - Fix a markup error (#361)
authorKohei Yoshino <kohei.yoshino@gmail.com>
Wed, 10 Jan 2018 15:56:04 +0000 (10:56 -0500)
committerDylan William Hardison <dylan@hardison.net>
Wed, 10 Jan 2018 15:56:04 +0000 (10:56 -0500)
This error can be observed in show_bug.cgi's source.

extensions/BugModal/template/en/default/bug_modal/groups.html.tmpl

index d60d1ef674632910cf354ae007f32f58841a9803..966cefdcf0e6d4f187e92a452b57fcab097c65b2 100644 (file)
@@ -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 %]"