index : archweb32 | |
Archlinux32 website | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | feeds/index.php | 2 |
diff --git a/feeds/index.php b/feeds/index.php index 809c8a9..8c0f1a0 100644 --- a/feeds/index.php +++ b/feeds/index.php @@ -18,7 +18,7 @@ while ($row = $result -> fetch_assoc()) $print_archs = array_merge( array( '' => '', - 'All Arches' => '' + 'All Arches' => 'all/' ), $archs ); |