fix alignment of a feed error icon in headlines subtoolbar
This commit is contained in:
parent
943f3b6e4d
commit
8993937d13
|
@ -66,7 +66,7 @@ class Feeds extends Handler_Protected {
|
||||||
|
|
||||||
if ($error) {
|
if ($error) {
|
||||||
$error = htmlspecialchars($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 {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue