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"; }