1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 03:55:56 +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

@@ -3328,7 +3328,7 @@
$rv['content'] .= " ";
$rv['content'] .= "<a target='_blank' href='" . htmlspecialchars($tmp_line['feed_url']) . "'>";
$rv['content'] .= "<img title='".__('Feed URL')."'class='tinyFeedIcon' src='images/pub_set.gif'></a>";
$rv['content'] .= "<img title='".__('Feed URL')."'class='tinyFeedIcon' src='images/pub_set.png'></a>";
$rv['content'] .= "</div>";
}