fix old svg icon being used by atom-to-html template (closes #754)
This commit is contained in:
parent
8d47635919
commit
3abdddc7d1
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
<div class="rss">
|
<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"/>
|
alt="feed icon"/>
|
||||||
|
|
||||||
<h1><xsl:value-of select="atom:title"/></h1>
|
<h1><xsl:value-of select="atom:title"/></h1>
|
||||||
|
|
Loading…
Reference in New Issue