From 44cd77b642df47aef617d74f0571d4354d4be67d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 20 Mar 2013 09:00:21 +0400 Subject: format_inline_player: add a link to original audio file --- include/functions.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/functions.php b/include/functions.php index 1feedcbf0..99c621f5f 100644 --- a/include/functions.php +++ b/include/functions.php @@ -2870,6 +2870,8 @@ $entry = ""; + $url = htmlspecialchars($url); + if (strpos($ctype, "audio/") === 0) { if ($_SESSION["hasAudio"] && (strpos($ctype, "ogg") !== false || @@ -2896,7 +2898,8 @@ "; } - if ($entry) $entry .= " " . basename($url); + if ($entry) $entry .= "  " . basename($url) . ""; return $entry; -- cgit v1.2.3