summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-12-14 17:47:30 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-12-14 17:47:30 +0000
commite69631f26c46efe50a0faa800ccd47f33535fd8e (patch)
treedc4b40ad640fb31dedce798202fdc2906d253436
parent47f399104b9c3062ea27d30146c1873df2efa750 (diff)
downloadredmine-e69631f26c46efe50a0faa800ccd47f33535fd8e.tar.gz
redmine-e69631f26c46efe50a0faa800ccd47f33535fd8e.zip
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
-rw-r--r--app/views/repositories/annotate.rhtml2
-rw-r--r--app/views/repositories/entry.rhtml2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/repositories/annotate.rhtml b/app/views/repositories/annotate.rhtml
index b8f481ae5..9a3fc834b 100644
--- a/app/views/repositories/annotate.rhtml
+++ b/app/views/repositories/annotate.rhtml
@@ -17,7 +17,7 @@
</tr>
<% line_num += 1 %>
<% end %>
- <tbody>
+ </tbody>
</table>
</div>
diff --git a/app/views/repositories/entry.rhtml b/app/views/repositories/entry.rhtml
index 9927601d7..41565a232 100644
--- a/app/views/repositories/entry.rhtml
+++ b/app/views/repositories/entry.rhtml
@@ -11,7 +11,7 @@
</tr>
<% line_num += 1 %>
<% end %>
- <tbody>
+ </tbody>
</table>
</div>