From 1891c18d82c7714e02db96d0da44dbf09e93777d Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 19 Feb 2019 10:08:06 +0100 Subject: lib/style.php: print_listing() now suitable for lists of groups, too --- packages/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages') diff --git a/packages/index.php b/packages/index.php index fb568da..951dbb1 100644 --- a/packages/index.php +++ b/packages/index.php @@ -306,7 +306,7 @@ if (count($exact_matches) > 0) {

exact match found.

0) { header_and_footer(); - print_listing($fuzzy_matches, true, $pkglist_sorts); + print_listing($fuzzy_matches, true, 'package'); header_and_footer(); -- cgit v1.2.3