mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Remove urlencode('K') in pkg_search_results.
The urlencoded string should only be used for href, but it was being applied and used in printed output, like the keywords textbox. This fixes a problem that was reported in FS#12791 - Faster navigation withing package search listing by page numbers Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
5454347fe9
commit
80a95443c5
1 changed files with 0 additions and 4 deletions
|
@ -1,7 +1,3 @@
|
||||||
<?php
|
|
||||||
# Encode search string
|
|
||||||
$_GET['K'] = urlencode($_GET['K']);
|
|
||||||
?>
|
|
||||||
<form action='packages.php?<?php print $_SERVER['QUERY_STRING'] ?>' method='post'>
|
<form action='packages.php?<?php print $_SERVER['QUERY_STRING'] ?>' method='post'>
|
||||||
<center>
|
<center>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue