1
0
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:
Andrew Dolgov
2011-12-27 14:30:20 +04:00
parent 73e321dc4b
commit 11cb9506d2
17 changed files with 2 additions and 2 deletions

View File

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