summaryrefslogtreecommitdiff
path: root/packages/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'packages/index.php')
-rw-r--r--packages/index.php4
1 files changed, 2 insertions, 2 deletions
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"]."&",
"&",