summaryrefslogtreecommitdiff
path: root/classes/feeds.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-06 16:35:57 +0300
committerAndrew Dolgov <[email protected]>2018-12-06 16:35:57 +0300
commit26c074ed7e4e2881e91a014fc40a8f2d0115a632 (patch)
tree6746f5125760442acb8acf0a639546728603233f /classes/feeds.php
parent3bf006abef727e3d6530418f07ab0d991e526818 (diff)
rework article header to use flexbox
Diffstat (limited to 'classes/feeds.php')
-rwxr-xr-xclasses/feeds.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/classes/feeds.php b/classes/feeds.php
index 6e0f5ace3..c01ad8d51 100755
--- a/classes/feeds.php
+++ b/classes/feeds.php
@@ -581,10 +581,10 @@ class Feeds extends Handler_Protected {
$tmp_content .= "<div class='left'>";
- $tmp_content .= "<img src='images/tag.png' alt='Tags' title='Tags'>
- <span id=\"ATSTR-$id\">$tags_str</span>
- <a title=\"".__('Edit tags for this article')."\"
- href=\"#\" onclick=\"Article.editTags($id)\">(+)</a>";
+ $tmp_content .= "<i class='material-icons'>label_outline</i>
+ <span id=\"ATSTR-$id\">$tags_str</span>
+ <a title=\"".__('Edit tags for this article')."\"
+ href=\"#\" onclick=\"Article.editTags($id)\">(+)</a>";
$num_comments = (int) $line["num_comments"];
$entry_comments = "";