mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 04:05:55 +00:00
remove pub_{set,unset}.png usage in main code
This commit is contained in:
@@ -770,7 +770,6 @@ class Article extends Handler_Protected {
|
||||
$rv['content'] .= " ";
|
||||
|
||||
$rv['content'] .= "<a target='_blank' rel='noopener noreferrer' href='" . htmlspecialchars($tmp_line['feed_url']) . "'>";
|
||||
$rv['content'] .= "<img title='".__('Feed URL')."' class='tinyFeedIcon' src='images/pub_set.png'></a>";
|
||||
|
||||
$rv['content'] .= "</div>";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user