From: Andrew Dolgov Date: Sun, 18 Jan 2009 13:57:21 +0000 (+0100) Subject: display article labels in headlines buffer (2) X-Git-Tag: 1.3.0~76 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=39f3c580f4bdb9b3ca3f3190e6a8dd056d24cbe8;p=tt-rss.git display article labels in headlines buffer (2) --- diff --git a/functions.php b/functions.php index 2084e632..eb27641a 100644 --- a/functions.php +++ b/functions.php @@ -5271,6 +5271,7 @@ (".__('Show article').")"; } */ + print $labels_str; if (!get_pref($link, 'VFEED_GROUP_BY_FEED')) { if ($line["feed_title"]) { @@ -5278,8 +5279,6 @@ } } - print $labels_str; - print ""; if (get_pref($link, 'OPEN_LINKS_IN_NEW_WINDOW')) {