fix gen-feed icon typo
This commit is contained in:
parent
9ee3ac5978
commit
1a75a6c558
|
@ -862,7 +862,7 @@
|
||||||
if (!$bottom) {
|
if (!$bottom) {
|
||||||
print "
|
print "
|
||||||
<a target=\"_new\"
|
<a target=\"_new\"
|
||||||
href=\"backend.php?op=rss&id=$feed_id&is_cat=$is_cat$search_q\"
|
href=\"backend.php?op=rss&id=$feed_id&is_cat=$is_cat$search_q\">
|
||||||
<img class=\"noborder\"
|
<img class=\"noborder\"
|
||||||
alt=\"Generated feed\" src=\"images/feed-icon-12x12.png\">
|
alt=\"Generated feed\" src=\"images/feed-icon-12x12.png\">
|
||||||
</a>";
|
</a>";
|
||||||
|
|
Loading…
Reference in New Issue