Fixed: missing body closing tag in repository annotate and entry views.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@992 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2007-12-14 17:47:30 +00:00
parent 47f399104b
commit e69631f26c
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
</tr>
<% line_num += 1 %>
<% end %>
<tbody>
</tbody>
</table>
</div>

View File

@ -11,7 +11,7 @@
</tr>
<% line_num += 1 %>
<% end %>
<tbody>
</tbody>
</table>
</div>