From c20b2894ff596d9dd85d4d22c9b52742f5714889 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Tue, 25 Jun 2013 20:53:54 +0200 Subject: [PATCH] Linkify latest --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';