1
0
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:
Andrew Dolgov
2021-02-19 15:31:50 +03:00
parent d9fe14a012
commit e73779fec1
4 changed files with 22 additions and 57 deletions

View File

@@ -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");