1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:05:56 +00:00

fix alignment of a feed error icon in headlines subtoolbar

This commit is contained in:
Andrew Dolgov
2014-03-26 14:30:54 +04:00
parent 943f3b6e4d
commit 8993937d13

View File

@@ -66,7 +66,7 @@ class Feeds extends Handler_Protected {
if ($error) {
$error = htmlspecialchars($error);
$reply .= "&nbsp;<img title=\"$error\" src='images/error.png' alt='error' class=\"noborder\" style=\"vertical-align : middle\">";
$reply .= "&nbsp;<img title=\"$error\" src='images/error.png' alt='error' class=\"noborder\">";
}
} else {