summaryrefslogtreecommitdiffstats
path: root/app/views/my
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2010-05-09 11:19:15 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2010-05-09 11:19:15 +0000
commit0fa124a92ca7608543575fe24cfd8cec78441e9f (patch)
tree20890ab23f0fa12c7b68457328ddfb675ab0856d /app/views/my
parent36c82ecc1f0da922014c480930500896750b1e03 (diff)
downloadredmine-0fa124a92ca7608543575fe24cfd8cec78441e9f.tar.gz
redmine-0fa124a92ca7608543575fe24cfd8cec78441e9f.zip
Adds missing thead tags (#5440).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3734 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/my')
-rw-r--r--app/views/my/blocks/_timelog.rhtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/my/blocks/_timelog.rhtml b/app/views/my/blocks/_timelog.rhtml
index 95679b207..fdff465e2 100644
--- a/app/views/my/blocks/_timelog.rhtml
+++ b/app/views/my/blocks/_timelog.rhtml
@@ -13,13 +13,13 @@ entries_by_day = entries.group_by(&:spent_on)
<% if entries.any? %>
<table class="list time-entries">
-<thead>
+<thead><tr>
<th><%= l(:label_activity) %></th>
<th><%= l(:label_project) %></th>
<th><%= l(:field_comments) %></th>
<th><%= l(:field_hours) %></th>
<th></th>
-</thead>
+</tr></thead>
<tbody>
<% entries_by_day.keys.sort.reverse.each do |day| %>
<tr class="odd">