From 7768b0b120580073e471c00076d63807a991175d Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 19 Feb 2019 10:12:43 +0100 Subject: lib/style.php: print_listing(): make links to package details also work for sites on other paths --- lib/style.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/style.php b/lib/style.php index 6a59462..0a2b62c 100644 --- a/lib/style.php +++ b/lib/style.php @@ -269,7 +269,7 @@ function print_listing($list, $print_order_links, $list_content_type) { print " " . $row["repo"] . "\n"; print " \n"; print " \n"; - print " " . $row["pkgname"] . "\n"; print " \n"; print " \n"; -- cgit v1.2.3-54-g00ecf