mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-05 06:59:15 +00:00
support headlines context menu in floating title
This commit is contained in:
@@ -316,7 +316,7 @@ class Feeds extends Handler_Protected {
|
||||
|
||||
if (!is_array($labels)) $labels = get_article_labels($id);
|
||||
|
||||
$labels_str = "<span id=\"HLLCTR-$id\">";
|
||||
$labels_str = "<span class=\"HLLCTR-$id\">";
|
||||
$labels_str .= format_article_labels($labels, $id);
|
||||
$labels_str .= "</span>";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user