From 39f3c580f4bdb9b3ca3f3190e6a8dd056d24cbe8 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 18 Jan 2009 14:57:21 +0100 Subject: display article labels in headlines buffer (2) --- functions.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/functions.php b/functions.php index 2084e6326..eb27641ae 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')) { -- cgit v1.2.3