1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:35:56 +00:00

fix old svg icon being used by atom-to-html template (closes #754)

This commit is contained in:
Andrew Dolgov
2013-07-23 07:22:49 +04:00
parent 8d47635919
commit 3abdddc7d1

View File

@@ -21,7 +21,7 @@
<div class="rss">
<img class="feedicon" src="images/pub_set.svg" style="width : 64px; height : 64px;"
<img class="feedicon" src="images/pub_set.png" style="width : 64px; height : 64px;"
alt="feed icon"/>
<h1><xsl:value-of select="atom:title"/></h1>