mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Encode search string for use in anchor tags.
Sorting, and viewing more results resets the search if you search for '#' in 1.5.3. This should fix that bug. Signed-off-by: Loui Chang <louipc.ist@gmail.com> Signed-off-by: Callan Barrett <wizzomafizzo@gmail.com>
This commit is contained in:
parent
0793eca14f
commit
8f6edc4517
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
<?php
|
||||
# Encode search string
|
||||
$K = urlencode($K);
|
||||
?>
|
||||
<form action='packages.php?<?php print $_SERVER['QUERY_STRING'] ?>' method='post'>
|
||||
<center>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue