mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 22:45:56 +00:00
fix old svg icon being used by atom-to-html template (closes #754)
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user