From 88c2da72d5660dca33108e8a026a191750e965ea Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 5 Dec 2018 08:28:18 +0300 Subject: combined mode: use flex-box for header/footer layout --- classes/feeds.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'classes/feeds.php') diff --git a/classes/feeds.php b/classes/feeds.php index e9826a0bd..c60aa3e1d 100755 --- a/classes/feeds.php +++ b/classes/feeds.php @@ -468,7 +468,7 @@ class Feeds extends Handler_Protected { id=\"RROW-$id\" data-content=\"$content_encoded\" data-article-id='$id' data-orig-feed-id='$feed_id' $mouseover_attrs>"; $tmp_content .= "
"; - $tmp_content .= "
"; + $tmp_content .= "
"; $tmp_content .= "$tags_str @@ -625,8 +625,8 @@ class Feeds extends Handler_Protected { if ($entry_comments) $tmp_content .= " ($entry_comments)"; - $tmp_content .= ""; - $tmp_content .= "
"; + $tmp_content .= "
"; + $tmp_content .= "
"; foreach (PluginHost::getInstance()->get_hooks(PluginHost::HOOK_ARTICLE_BUTTON) as $p) { $tmp_content .= $p->hook_article_button($line); -- cgit v1.2.3