mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 08:45:56 +00:00
render enclosures on the client
This commit is contained in:
@@ -283,8 +283,10 @@ class Feeds extends Handler_Protected {
|
||||
|
||||
$this->mark_timestamp(" pre-enclosures");
|
||||
|
||||
$line["enclosures"] = Article::format_article_enclosures($id, $line["always_display_enclosures"],
|
||||
$line["content"], $line["hide_images"]);
|
||||
$line["enclosures"] = Article::format_enclosures($id,
|
||||
$line["always_display_enclosures"],
|
||||
$line["content"],
|
||||
$line["hide_images"]);
|
||||
|
||||
$this->mark_timestamp(" enclosures");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user