mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 20:25:57 +00:00
cdm: fix tags display
This commit is contained in:
@@ -664,7 +664,7 @@ class Feeds extends Handler_Protected {
|
||||
|
||||
$reply['content'] .= "<div class=\"cdmFooter\">";
|
||||
|
||||
$tags_str = format_tags_string($tags, $id);
|
||||
$tags_str = format_tags_string($line["tags"], $id);
|
||||
|
||||
$reply['content'] .= "<img src='".theme_image($this->link,
|
||||
'images/tag.png')."' alt='Tags' title='Tags'>
|
||||
|
||||
Reference in New Issue
Block a user