summaryrefslogtreecommitdiffstats
path: root/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2015-04-07 07:54:20 +0200
committerByron Jones <glob@mozilla.com>2015-04-07 07:54:20 +0200
commit63567a9c3bec7acd722db01929ad7d64d36d02df (patch)
tree38440ae2a28fc792740595a0888e7954e728bc72 /extensions/BugModal/template/en/default/bug_modal/field.html.tmpl
parent6d5948948b84ac9e244553a5c94d0ab4490b039b (diff)
downloadbugzilla-63567a9c3bec7acd722db01929ad7d64d36d02df.tar.gz
bugzilla-63567a9c3bec7acd722db01929ad7d64d36d02df.tar.xz
Bug 1146760: cannot add other people to the cc list
Diffstat (limited to 'extensions/BugModal/template/en/default/bug_modal/field.html.tmpl')
-rw-r--r--extensions/BugModal/template/en/default/bug_modal/field.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl
index 787b8d9f1..d89c22868 100644
--- a/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl
+++ b/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl
@@ -280,7 +280,7 @@ END;
[% END %]
[% IF edit %]
- <button id="[% name FILTER html %]-btn" class="bug-urls-btn minor">Add</button>
+ <button type="button" id="[% name FILTER html %]-btn" class="bug-urls-btn minor">Add</button>
<input id="[% name FILTER html %]" name="[% name FILTER html %]" style="display:none">
[% END %]
[% END %]