Skip to content

Commit

Permalink
Fixed #12957 -- Added scope to the changelist tables for accessibilit…
Browse files Browse the repository at this point in the history
…y reasons. Thanks, acdha.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15151 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
jezdez committed Jan 5, 2011
1 parent a4dd476 commit f2ae820
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -8,7 +8,7 @@
<table cellspacing="0" id="result_list">
<thead>
<tr>
{% for header in result_headers %}<th{{ header.class_attrib }}>
{% for header in result_headers %}<th scope="col"{{ header.class_attrib }}>
{% if header.sortable %}<a href="{{ header.url }}">{% endif %}
{{ header.text|capfirst }}
{% if header.sortable %}</a>{% endif %}</th>{% endfor %}
Expand Down

0 comments on commit f2ae820

Please sign in to comment.