fix alias sorting

This commit is contained in:
Son NK 2020-08-20 10:11:41 +02:00
parent b8e0ee424c
commit c77b0c07b4
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@
<option value="old2new" {% if sort == "old2new" %} selected {% endif %}>
Alias Old-Recent
</option>
<option value="old2new" {% if sort == "new2old" %} selected {% endif %}>
<option value="new2old" {% if sort == "new2old" %} selected {% endif %}>
Alias Recent-Old
</option>
<option value="a2z" {% if sort == "a2z" %} selected {% endif %}>