mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 08:35:55 +00:00
pngquant some images
This commit is contained in:
@@ -635,7 +635,7 @@ class Feeds extends Protected_Handler {
|
||||
$reply['content'] .= " ";
|
||||
|
||||
$reply['content'] .= "<a target='_blank' href='" . htmlspecialchars($tmp_line['feed_url']) . "'>";
|
||||
$reply['content'] .= "<img title='".__('Feed URL')."'class='tinyFeedIcon' src='images/pub_set.gif'></a>";
|
||||
$reply['content'] .= "<img title='".__('Feed URL')."'class='tinyFeedIcon' src='images/pub_set.png'></a>";
|
||||
|
||||
$reply['content'] .= "</div>";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user