mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 05:35:55 +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\">";
|
$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,
|
$reply['content'] .= "<img src='".theme_image($this->link,
|
||||||
'images/tag.png')."' alt='Tags' title='Tags'>
|
'images/tag.png')."' alt='Tags' title='Tags'>
|
||||||
|
|||||||
Reference in New Issue
Block a user