summaryrefslogtreecommitdiff
path: root/feeds
diff options
context:
space:
mode:
Diffstat (limited to 'feeds')
-rw-r--r--feeds/index.php2
1 files changed, 1 insertions, 1 deletions
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
);