Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
This commit is contained in:
commit
6bd7913e20
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class Feeds extends Handler_Protected {
|
|||
truncate_string($feed_title,30)."</a>";
|
||||
|
||||
if ($error) {
|
||||
$reply .= " (<span class=\"error\" title=\"$error\">Error</span>)";
|
||||
$reply .= " <img title='$error' src='images/error.png' alt='error' class=\"noborder\" style=\"vertical-align : middle\">";
|
||||
}
|
||||
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue