From 71c8858fcd1212b5cf7bb85b69f1bf63d5634992 Mon Sep 17 00:00:00 2001 From: Filippo Valsorda Date: Mon, 31 Dec 2012 16:54:34 +0100 Subject: [PATCH] fixes --- index.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.php b/index.php index 5b862ad40..eaed174f9 100644 --- a/index.php +++ b/index.php @@ -12,7 +12,7 @@ '; echo '
Latest (v' . htmlspecialchars($latest) . ') downloads:
'; echo 'youtube-dl '; echo 'youtube-dl.exe '; -echo 'youtube-dl-src-' . htmlspecialchars($latest) . '.tar.gz'; +echo 'youtube-dl-' . htmlspecialchars($latest) . '.tar.gz'; echo ''; echo '';