atom xsl: fix missing feed icon

This commit is contained in:
Andrew Dolgov 2013-02-28 20:23:26 +04:00
parent da15c140f7
commit b7c8622ec7
1 changed files with 2 additions and 2 deletions

View File

@ -21,13 +21,13 @@
<div class="rss">
<img class="feedicon" src="images/feed-icon-64x64.png" alt="feed icon"/>
<img class="feedicon" src="images/pub_set.svg" style="width : 64px; height : 64px;"
alt="feed icon"/>
<h1><xsl:value-of select="atom:title"/></h1>
<p class="description">This feed has been exported from
<a target="_new" class="extlink" href="http://tt-rss.org">Tiny Tiny RSS</a>.
You need a news reader software to subscribe to it.
It contains the following items:</p>
<xsl:for-each select="atom:entry">