diff options
| author | Hasan Ramezani <hasan.r67@gmail.com> | 2020-01-12 15:34:21 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-06-25 06:33:12 +0200 |
| commit | fbe82f82555bc25dccb476c749ca062f0b522be3 (patch) | |
| tree | 4690ab0ece815edb8b9ddc250c1898928fcc8e34 /tests/admin_views/templates | |
| parent | 9a54a9172a724d38caf6a150f41f23d79b9bdbb7 (diff) | |
Refs #26761 -- Removed extra space in admin change list result header.
Diffstat (limited to 'tests/admin_views/templates')
| -rw-r--r-- | tests/admin_views/templates/admin/admin_views/article/change_list_results.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/admin_views/templates/admin/admin_views/article/change_list_results.html b/tests/admin_views/templates/admin/admin_views/article/change_list_results.html index 775641233f..2eb7fe55b3 100644 --- a/tests/admin_views/templates/admin/admin_views/article/change_list_results.html +++ b/tests/admin_views/templates/admin/admin_views/article/change_list_results.html @@ -10,7 +10,7 @@ <thead> <tr> {% for header in result_headers %} -<th scope="col" {{ header.class_attrib }}> +<th scope="col"{{ header.class_attrib }}> {% if header.sortable %} {% if header.sort_priority > 0 %} <div class="sortoptions"> |
