mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:25:59 +00:00
remove some bitmaps and rework stuff using it to use iconfont instead
This commit is contained in:
@@ -542,9 +542,8 @@ class Pref_Feeds extends Handler_Protected {
|
||||
$last_error = $row["last_error"];
|
||||
|
||||
if ($last_error) {
|
||||
print " <img src=\"images/error.png\" alt=\"(error)\"
|
||||
style=\"vertical-align : middle\"
|
||||
title=\"".htmlspecialchars($last_error)."\">";
|
||||
print " <i class=\"material-icons\"
|
||||
title=\"".htmlspecialchars($last_error)."\">error</i>";
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user