summaryrefslogtreecommitdiff
path: root/classes/pref
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-06 15:22:52 +0300
committerAndrew Dolgov <[email protected]>2018-12-06 15:22:52 +0300
commit0b8cbc91565a88fc9c1689f6e22b6b650b799165 (patch)
tree9bef44221c7609953f5512fcd5ad950c269a8bfe /classes/pref
parent7609ccb16d5d10760e44ce7b9087fd24cdfd47ac (diff)
remove some bitmaps and rework stuff using it to use iconfont instead
Diffstat (limited to 'classes/pref')
-rwxr-xr-xclasses/pref/feeds.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/classes/pref/feeds.php b/classes/pref/feeds.php
index 058646bdc..b834d0de1 100755
--- a/classes/pref/feeds.php
+++ b/classes/pref/feeds.php
@@ -542,9 +542,8 @@ class Pref_Feeds extends Handler_Protected {
$last_error = $row["last_error"];
if ($last_error) {
- print "&nbsp;<img src=\"images/error.png\" alt=\"(error)\"
- style=\"vertical-align : middle\"
- title=\"".htmlspecialchars($last_error)."\">";
+ print "&nbsp;<i class=\"material-icons\"
+ title=\"".htmlspecialchars($last_error)."\">error</i>";
}