diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/packages/search.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/packages/search.html b/templates/packages/search.html index 7e13a45c..a64b92a2 100644 --- a/templates/packages/search.html +++ b/templates/packages/search.html @@ -78,7 +78,7 @@ <th><a href="{% buildsortqs "pkgname" %}">Name</a></th> <th>Version</th> <th>Description</th> - <th><a href="{% buildsortqs "last_update" %}">Last Updated</a></th> + <th><a href="{% buildsortqs "-last_update" %}">Last Updated</a></th> </tr> {% for pkg in results %} <tr class="{% cycle pkgr2,pkgr1 %}"> |