diff --git a/cdm.css b/cdm.css index 148b0e97f..83de011f7 100644 --- a/cdm.css +++ b/cdm.css @@ -100,3 +100,7 @@ div.articleNote { border-style : dashed none dashed none; } +div.cdmHeader span.hlFeed { + float : right; + font-weight : normal; +} diff --git a/classes/feeds.php b/classes/feeds.php index b57f66a6f..8549f8a76 100644 --- a/classes/feeds.php +++ b/classes/feeds.php @@ -544,12 +544,11 @@ class Feeds extends Handler_Protected { $reply['content'] .= $labels_str; - if (!get_pref($this->link, 'VFEED_GROUP_BY_FEED') && - defined('_SHOW_FEED_TITLE_IN_VFEEDS')) { + if (!get_pref($this->link, 'VFEED_GROUP_BY_FEED')) { if (@$line["feed_title"]) { $reply['content'] .= " - (". - $line["feed_title"].") + ". + $line["feed_title"]." "; } }