1
0
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:
Andrew Dolgov
2009-01-26 11:07:53 +01:00
parent c218ceb82c
commit 2eb9c95c97
4 changed files with 63 additions and 25 deletions

View File

@@ -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>";