mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 13:35:56 +00:00
fix alignment of a feed error icon in headlines subtoolbar
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user