From d56ec7005e4f903606265fb8857e6438329da60e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 16 Mar 2013 16:59:31 +0400 Subject: cdm: fix alignment of feed title in vfeeds --- classes/feeds.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'classes') diff --git a/classes/feeds.php b/classes/feeds.php index 62142b47c..a3ed951dc 100644 --- a/classes/feeds.php +++ b/classes/feeds.php @@ -542,15 +542,6 @@ class Feeds extends Handler_Protected { $reply['content'] .= $labels_str; - if (!get_pref($this->link, 'VFEED_GROUP_BY_FEED')) { - if (@$line["feed_title"]) { - $reply['content'] .= " - ". - $line["feed_title"]." - "; - } - } - if (!$expand_cdm) $content_hidden = "style=\"display : none\""; else @@ -561,6 +552,15 @@ class Feeds extends Handler_Protected { $reply['content'] .= ""; + if (!get_pref($this->link, 'VFEED_GROUP_BY_FEED')) { + if (@$line["feed_title"]) { + $reply['content'] .= "
+ ". + $line["feed_title"]." +
"; + } + } + $reply['content'] .= "
"; $reply['content'] .= "$updated_fmt"; $reply['content'] .= "$score_pic"; -- cgit v1.2.3