summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index 1d5210677..984365e73 100644
--- a/functions.php
+++ b/functions.php
@@ -5019,7 +5019,7 @@
$feed_id = $line["feed_id"];
$labels = get_article_labels($link, $id);
- $labels_str = "";
+ $labels_str = "<span id=\"HLLCTR-$id\">";
foreach ($labels as $l) {
$labels_str .= "<span
@@ -5027,6 +5027,8 @@
$l[1]."</span>";
}
+ $labels_str .= "</span>";
+
if (count($topmost_article_ids) < 5) {
array_push($topmost_article_ids, $id);
}