Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Commit

Permalink
Fixes a broken </th> tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Harris committed Nov 16, 2016
1 parent 355ba19 commit 78d24a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<thead>
<tr>
<th scope="col"><%= t('needs_attention.index.columns.title') %></th>
<th scope="col"><%= t('needs_attention.index.columns.delivery_deadline') %>/th>
<th scope="col"><%= t('needs_attention.index.columns.delivery_deadline') %></th>
<th scope="col"><%= t('needs_attention.index.columns.delivery_url') %></th>
<th scope="col"><%= t('needs_attention.index.columns.winner') %></th>
<th scope="col"></th>
Expand Down

0 comments on commit 78d24a2

Please sign in to comment.