Fixed #12957 -- Added scope to the changelist tables for accessibility reasons. Thanks, acdha.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15151 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Jannis Leidel 2011-01-05 22:40:45 +00:00
parent a4dd476fc2
commit f2ae820d8b
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}