summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-27 14:30:20 +0400
committerAndrew Dolgov <[email protected]>2011-12-27 14:30:20 +0400
commit11cb9506d2975433a5b4273011760d922e7eba25 (patch)
tree193ec7e651c254a43aeee122a38f92066f31e67e /include
parent73e321dc4b6e32e74507821887cc363029442556 (diff)
pngquant some images
Diffstat (limited to 'include')
-rw-r--r--include/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php
index 5cbe80c81..175950289 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -3328,7 +3328,7 @@
$rv['content'] .= "&nbsp;";
$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>";
}