projects
/
tt-rss.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bca0230
)
cosmetic fix in user-details
author
Andrew Dolgov
<fox@bah.spb.su>
Sun, 20 Nov 2005 10:40:14 +0000
(11:40 +0100)
committer
Andrew Dolgov
<fox@bah.spb.su>
Sun, 20 Nov 2005 10:40:14 +0000
(11:40 +0100)
backend.php
patch
|
blob
|
history
diff --git
a/backend.php
b/backend.php
index 9b2cd288f5d028ca0b7d72fa595da96dce0806bb..da97e097c2c8aa2e83216222129026b2b6545006 100644
(file)
--- a/
backend.php
+++ b/
backend.php
@@
-2139,7
+2139,7
@@
if (file_exists($icon_file) && filesize($icon_file) > 0) {
$feed_icon = "<img class=\"tinyFeedIcon\" src=\"$icon_file\">";
} else {
- $feed_icon = "<img class=\"
f
eedIcon\" src=\"images/blank_icon.gif\">";
+ $feed_icon = "<img class=\"
tinyF
eedIcon\" src=\"images/blank_icon.gif\">";
}
print "<li>$feed_icon <a href=\"".$line["feed_url"]."\">".$line["title"]."</a></li>";