1
0
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:
Andrew Dolgov
2013-07-11 16:49:25 +04:00
parent abb04b76a5
commit 65f0eb01aa
2 changed files with 154 additions and 128 deletions

View File

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