mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 03:25:55 +00:00
zoom mode: hide .attachments
This commit is contained in:
@@ -497,10 +497,10 @@ class Handler_Public extends Handler {
|
||||
|
||||
$rv .= $line["content"];
|
||||
|
||||
/* $rv .= Article::format_article_enclosures($id,
|
||||
$rv .= Article::format_article_enclosures($id,
|
||||
$line["always_display_enclosures"],
|
||||
$line["content"],
|
||||
$line["hide_images"]); */
|
||||
$line["hide_images"]);
|
||||
|
||||
$rv .= "</div>"; # content
|
||||
|
||||
|
||||
Reference in New Issue
Block a user