summaryrefslogtreecommitdiff
path: root/tests/admin_views/templates
diff options
context:
space:
mode:
authorHasan Ramezani <hasan.r67@gmail.com>2020-01-12 15:34:21 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-06-25 06:33:12 +0200
commitfbe82f82555bc25dccb476c749ca062f0b522be3 (patch)
tree4690ab0ece815edb8b9ddc250c1898928fcc8e34 /tests/admin_views/templates
parent9a54a9172a724d38caf6a150f41f23d79b9bdbb7 (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.html2
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">