summaryrefslogtreecommitdiff
path: root/feeds/index.php
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-02-08 11:11:33 +0100
committerErich Eckner <git@eckner.net>2019-02-08 11:11:33 +0100
commitec827075fdddd5cc255ddd50aef45956fcc27541 (patch)
tree83f20e8c808582dca3daf764a59ec9bfe5a1bf0f /feeds/index.php
parente5e4f6a85ccf94e35306f5007d6a7e957c054bb6 (diff)
downloadarchweb32-ec827075fdddd5cc255ddd50aef45956fcc27541.tar.xz
feeds/index.php: "All Architectures" has subdir "all/"
Diffstat (limited to 'feeds/index.php')
-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
);