summaryrefslogtreecommitdiff
path: root/atom-to-html.xsl
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-02-28 20:23:26 +0400
committerAndrew Dolgov <[email protected]>2013-02-28 20:23:26 +0400
commitb7c8622ec75e7921a1e4d8b0aa3aedcb7b166c5d (patch)
tree4daf1319f6aac4b4675259d8bd079bb1ae9b6ced /atom-to-html.xsl
parentda15c140f7cc408a5c92f69edc77e18457728afd (diff)
atom xsl: fix missing feed icon
Diffstat (limited to 'atom-to-html.xsl')
-rw-r--r--atom-to-html.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/atom-to-html.xsl b/atom-to-html.xsl
index 13a1d7ec0..2cc46655b 100644
--- a/atom-to-html.xsl
+++ b/atom-to-html.xsl
@@ -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">