diff --git a/django/contrib/admin/templates/admin/change_list_results.html b/django/contrib/admin/templates/admin/change_list_results.html
index 381dcb5..26df1a7 100644
a
|
b
|
|
2 | 2 | <table cellspacing="0"> |
3 | 3 | <thead> |
4 | 4 | <tr> |
5 | | {% for header in result_headers %}<th{{ header.class_attrib }}> |
| 5 | {% for header in result_headers %}<th scope="col"{{ header.class_attrib }}> |
6 | 6 | {% if header.sortable %}<a href="{{ header.url }}">{% endif %} |
7 | 7 | {{ header.text|capfirst }} |
8 | 8 | {% if header.sortable %}</a>{% endif %}</th>{% endfor %} |