mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Fix search output if no results are found.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
2f8b8aac73
commit
9c98047f86
2 changed files with 4 additions and 5 deletions
|
@ -528,7 +528,7 @@ function pkg_search_page($SID="") {
|
|||
}
|
||||
|
||||
|
||||
if ($total > 1) {
|
||||
if ($total > 1 || $total == 0) {
|
||||
include('pkg_search_form.php');
|
||||
include('pkg_search_results.php');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue