Skip to content

Commit

Permalink
Accessibility <th> scope fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Sep 18, 2012
1 parent 50aad8d commit 7dff5ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/package/form_resources.html
Expand Up @@ -4,7 +4,7 @@

<thead>
<tr>
<th class="${c.field.is_required(column) and 'field_req' or 'field_opt'} resource-${column}" py:for="column in c.columns">
<th scope="col" class="${c.field.is_required(column) and 'field_req' or 'field_opt'} resource-${column}" py:for="column in c.columns">
${c.fieldset.prettify(column)}
<py:if test="c.field.is_required(column)">*</py:if>
</th>
Expand Down

0 comments on commit 7dff5ac

Please sign in to comment.