From ec827075fdddd5cc255ddd50aef45956fcc27541 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 8 Feb 2019 11:11:33 +0100 Subject: feeds/index.php: "All Architectures" has subdir "all/" --- feeds/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- cgit v1.2.3