From 46f73352f992320ea007651a0425bf99359fdd57 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 20 Nov 2007 17:02:25 +0100 Subject: [PATCH] link to enclosures in new window --- functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);