Skip to content
This repository was archived by the owner on Aug 19, 2022. It is now read-only.

Commit ff969a5

Browse files
authored
Merge pull request #304 from rmassoth/sort_th_fix
Added closing tag to anchor for glyphicon.
2 parents 6d6e251 + 8fa7052 commit ff969a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/django_sorting_bootstrap/templates/sorting_bootstrap/sort_th_frag.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
<div class="sortoptions">
55
<a href="{{ url }}"
66
class="toggle glyphicon glyphicon-chevron-{% if ascending %}up{% else %}down{% endif %}"
7-
title="{% trans 'Toggle sorting' %}"/>
7+
title="{% trans 'Toggle sorting' %}">
8+
</a>
89
</div>
910
{% endif %}
1011
<div class="text">

0 commit comments

Comments
 (0)