index : archweb32 | |
Archlinux32 website | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | lib/style.php | 2 |
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 " </td>\n"; print " <td>\n"; - print " <a href=\"" . $row["repo"] . "/" . $row["pkgname"] ."/\" "; + print " <a href=\"/packages/" . $row["repo"] . "/" . $row["pkgname"] ."/\" "; print "title=\"View package details for " . $row["pkgname"] . "\">" . $row["pkgname"] . "</a>\n"; print " </td>\n"; print " <td>\n"; |