summaryrefslogtreecommitdiffstats
path: root/app/views/repositories/committers.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/repositories/committers.html.erb')
-rw-r--r--app/views/repositories/committers.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/repositories/committers.html.erb b/app/views/repositories/committers.html.erb
index 695c42ccb..d9c2d5d96 100644
--- a/app/views/repositories/committers.html.erb
+++ b/app/views/repositories/committers.html.erb
@@ -20,7 +20,7 @@
<tr class="<%= cycle 'odd', 'even' %>">
<td><%=h committer %></td>
<td>
- <%= hidden_field_tag "committers[#{i}][]", committer %>
+ <%= hidden_field_tag "committers[#{i}][]", committer, :id => nil %>
<%= select_tag "committers[#{i}][]",
content_tag(
'option',