]> git.wh0rd.org - tt-rss.git/blobdiff - atom-to-html.xsl
update_rss_feed: bailout if cache is considered valid, but older than last_updated
[tt-rss.git] / atom-to-html.xsl
index 13a1d7ec0ed0750ec20031283fc2c4bf8b5e1271..097b07f55840586d0e70d6c1040264afac2a14c4 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">
@@ -41,7 +41,6 @@
                                <p><a href="{enclosure/@url}">Extra...</a></p>
                        </xsl:if>
 
-                       <hr/>
 
                </xsl:for-each>