diff --git a/functions.php b/functions.php index 41fca453f..0f3cdefab 100644 --- a/functions.php +++ b/functions.php @@ -4489,7 +4489,7 @@ $filename = substr($url, strrpos($url, "/")+1); - $entry = "" . + $entry = "" . $filename . " (" . $line["content_type"] . ")" . ""; array_push($entries, $entry); @@ -4849,7 +4849,7 @@ $filename = substr($url, strrpos($url, "/")+1); - $entry = "" . + $entry = "" . $filename . " (" . $e_line["content_type"] . ")" . ""; array_push($entries, $entry);