]> git.wh0rd.org - tt-rss.git/commitdiff
atom xsl: fix missing feed icon
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 28 Feb 2013 16:23:26 +0000 (20:23 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 28 Feb 2013 16:23:26 +0000 (20:23 +0400)
atom-to-html.xsl

index 13a1d7ec0ed0750ec20031283fc2c4bf8b5e1271..2cc46655bd9922979014117daeed9946b43ccf2a 100644 (file)
 
                <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">