mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 22:55:56 +00:00
support colored labels
This commit is contained in:
@@ -444,10 +444,7 @@
|
||||
print "<entry id=\"$id\"><![CDATA[";
|
||||
|
||||
$labels = get_article_labels($link, $id, $_SESSION["uid"]);
|
||||
|
||||
foreach ($labels as $l) {
|
||||
print "<span class='hlLabelRef'>".$l[1]."</span>";
|
||||
}
|
||||
print format_article_labels($labels, $id);
|
||||
|
||||
print "]]></entry>";
|
||||
|
||||
@@ -483,10 +480,7 @@
|
||||
print "<entry id=\"$id\"><![CDATA[";
|
||||
|
||||
$labels = get_article_labels($link, $id, $_SESSION["uid"]);
|
||||
|
||||
foreach ($labels as $l) {
|
||||
print "<span class='hlLabelRef'>".$l[1]."</span>";
|
||||
}
|
||||
print format_article_labels($labels, $id);
|
||||
|
||||
print "]]></entry>";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user