summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-03-13 00:32:53 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-03-13 00:32:53 +0000
commit594d9e9da21244957bace44331a30846b830a2a8 (patch)
treea858cd87f0782d60a5f5ceff3b7d7f2e68cbb4a5
parent7ebc62387af796057af36014ac66316b6c06f982 (diff)
downloadredmine-594d9e9da21244957bace44331a30846b830a2a8.tar.gz
redmine-594d9e9da21244957bace44331a30846b830a2a8.zip
Merged r11613 from trunk to 2.3-stable.
Fixing HTML in groups index view. Contributed by Gregor Schmidt. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/2.3-stable@11619 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--app/views/groups/index.html.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/groups/index.html.erb b/app/views/groups/index.html.erb
index aee3a092b..809cdc7fc 100644
--- a/app/views/groups/index.html.erb
+++ b/app/views/groups/index.html.erb
@@ -19,6 +19,7 @@
<td class="buttons"><%= delete_link group %></td>
</tr>
<% end %>
+ </tbody>
</table>
<% else %>
<p class="nodata"><%= l(:label_no_data) %></p>