Fix sorting order when clicking table headings
commit0aa67b278ab8572f771603e74a92ef7ba56f006b
authorLukas Fleischer <lfleischer@archlinux.org>
Tue, 7 Nov 2017 20:36:42 +0000 (7 21:36 +0100)
committerLukas Fleischer <lfleischer@archlinux.org>
Tue, 7 Nov 2017 20:36:42 +0000 (7 21:36 +0100)
tree6ca80deb4c199e646bf6c65f5586d7e4fb9c2f0e
parent8c98db0b82cc85a4498589e5d60299fefd93b421
Fix sorting order when clicking table headings

A bug introduced in commit 7d7e079 (Hide the table sorting links on the
dashboard, 2017-02-04) resulted in multiple clicks on a table heading in
the package search results table no longer having any effect, instead of
changing the sorting order. Fix this by removing erroneous spaces from
the GET parameters in the search URL.

Fixes FS#56261.

Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
web/template/pkg_search_results.php