Skip to content

Commit 25eab86

Browse files
committed
Fixed colspan value (#22932).
Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@15452 e93f8b46-1217-0410-a6f0-8f06a7374b81
1 parent 765b6e3 commit 25eab86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/issues/_list.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<% if group_name %>
1919
<% reset_cycle %>
2020
<tr class="group open">
21-
<td colspan="<%= query.inline_columns.size + 2 %>">
21+
<td colspan="<%= query.inline_columns.size + 1 %>">
2222
<span class="expander" onclick="toggleRowGroup(this);">&nbsp;</span>
2323
<span class="name"><%= group_name %></span> <span class="count"><%= group_count %></span> <span class="totals"><%= group_totals %></span>
2424
<%= link_to_function("#{l(:button_collapse_all)}/#{l(:button_expand_all)}",

0 commit comments

Comments
 (0)