index : archweb32 | |
Archlinux32 website | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | packages/index.php | 4 |
diff --git a/packages/index.php b/packages/index.php index 1d3acca..0784896 100644 --- a/packages/index.php +++ b/packages/index.php @@ -251,7 +251,7 @@ require_once BASE . "/lib/format.php"; print " " . $row["repo"] . "\n"; print " </td>\n"; print " <td>\n"; - print " <a href=\"/" . $row["repo"] . "/" . $row["pkgname"] ."/\" "; + print " <a href=\"" . $row["repo"] . "/" . $row["pkgname"] ."/\" "; print "title=\"View package details for " . $row["pkgname"] . "\">" . $row["pkgname"] . "</a>\n"; print " </td>\n"; print " <td>\n"; @@ -487,7 +487,7 @@ if (count($exact_matches) > 0) { foreach ($sorts as $get => $sort) { print " <th>\n"; - print " <a href=\"/?"; + print " <a href=\"?"; print substr(str_replace( "&sort=".$_GET["sort"]."&", "&", |