1
0
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:
Andrew Dolgov
2018-12-05 14:18:03 +03:00
parent cbd7328cb4
commit a0778577ac
8 changed files with 63 additions and 53 deletions

View File

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