From: Andrew Dolgov Date: Tue, 20 Nov 2007 16:02:25 +0000 (+0100) Subject: link to enclosures in new window X-Git-Tag: 1.2.18~43 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=46f73352f992320ea007651a0425bf99359fdd57;p=tt-rss.git link to enclosures in new window --- diff --git a/functions.php b/functions.php index 41fca453..0f3cdefa 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);