From 1958a46030025a21a0a0847dd550179a38bf7930 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Wed, 4 Apr 2018 17:55:10 -0600 Subject: [PATCH] Fix mirror buttons on small screens --- index.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 3e7a4d4..4321890 100644 --- a/index.php +++ b/index.php @@ -1241,8 +1241,10 @@ foreach ($files as $f) { } echo $f . "\n"; if (!is_dir($dir . "/" . $f) && $MIRRORBASE != "") { - echo "\t Primary\n"; - echo "\t Mirror\n"; + echo "\n"; + echo "\t Primary\n"; + echo "\t Mirror\n"; + echo ""; } echo "\n\n"; }