diff --git a/index.php b/index.php index 3d104749b..f6ae0db23 100644 --- a/index.php +++ b/index.php @@ -18,7 +18,7 @@ sort($versions); $latest = end($versions); echo '
'; -echo '
Latest (v' . htmlspecialchars($latest) . ') downloads:
'; +echo '
Latest (v' . htmlspecialchars($latest) . ') downloads:
'; echo 'youtube-dl '; echo 'youtube-dl.exe '; echo 'youtube-dl-' . htmlspecialchars($latest) . '.tar.gz';