diff --git a/index.php b/index.php index ee5af0c20..c4ccc7802 100644 --- a/index.php +++ b/index.php @@ -14,9 +14,9 @@ $latest = file_get_contents('latest_version'); echo '
'; echo '
Latest (v' . htmlspecialchars($latest) . ') downloads:
'; -echo 'youtube-dl '; -echo 'youtube-dl.exe '; -echo 'youtube-dl-' . htmlspecialchars($latest) . '.tar.gz'; +echo 'youtube-dl '; +echo 'youtube-dl.exe '; +echo 'youtube-dl-' . htmlspecialchars($latest) . '.tar.gz'; echo '
'; ?>