diff options
-rw-r--r-- | app/views/repositories/annotate.rhtml | 2 | ||||
-rw-r--r-- | app/views/repositories/entry.rhtml | 2 |
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> |