summaryrefslogtreecommitdiff
path: root/atom-to-html.xsl
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-07-23 07:22:49 +0400
committerAndrew Dolgov <[email protected]>2013-07-23 07:22:51 +0400
commit3abdddc7d1ad33478122325bdc0832860eb436f7 (patch)
tree6d49a920b78823d055b5a3cedbba7666377feefe /atom-to-html.xsl
parent8d476359199e063a4e9ca29608f9d0dcb99d96f9 (diff)
fix old svg icon being used by atom-to-html template (closes #754)
Diffstat (limited to 'atom-to-html.xsl')
-rw-r--r--atom-to-html.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/atom-to-html.xsl b/atom-to-html.xsl
index e1042648c..0e6b2ac6e 100644
--- a/atom-to-html.xsl
+++ b/atom-to-html.xsl
@@ -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>