fix alignment of a feed error icon in headlines subtoolbar
This commit is contained in:
parent
943f3b6e4d
commit
8993937d13
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ class Feeds extends Handler_Protected {
|
|||
|
||||
if ($error) {
|
||||
$error = htmlspecialchars($error);
|
||||
$reply .= " <img title=\"$error\" src='images/error.png' alt='error' class=\"noborder\" style=\"vertical-align : middle\">";
|
||||
$reply .= " <img title=\"$error\" src='images/error.png' alt='error' class=\"noborder\">";
|
||||
}
|
||||
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue