mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 06:45:54 +00:00
render tags on the client
This commit is contained in:
@@ -299,7 +299,7 @@ class Feeds extends Handler_Protected {
|
||||
else
|
||||
$tags = false;
|
||||
|
||||
$line["tags_str"] = Article::_format_tags_html($tags);
|
||||
$line["tags"] = Article::_get_tags($line["id"], false, $line["tag_cache"]);
|
||||
|
||||
$this->_mark_timestamp(" tags");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user