display article labels in headlines buffer (2)

This commit is contained in:
Andrew Dolgov 2009-01-18 14:57:21 +01:00
parent e2549229e1
commit 39f3c580f4
1 changed files with 1 additions and 2 deletions

View File

@ -5271,6 +5271,7 @@
(".__('Show article').")</a>"; (".__('Show article').")</a>";
} */ } */
print $labels_str;
if (!get_pref($link, 'VFEED_GROUP_BY_FEED')) { if (!get_pref($link, 'VFEED_GROUP_BY_FEED')) {
if ($line["feed_title"]) { if ($line["feed_title"]) {
@ -5278,8 +5279,6 @@
} }
} }
print $labels_str;
print "</span></div>"; print "</span></div>";
if (get_pref($link, 'OPEN_LINKS_IN_NEW_WINDOW')) { if (get_pref($link, 'OPEN_LINKS_IN_NEW_WINDOW')) {