diff --git a/backend.php b/backend.php index 1af01a7b8..9ca9e0536 100644 --- a/backend.php +++ b/backend.php @@ -200,7 +200,7 @@ print "]]>"; - if (is_array($topmost_article_ids)) { + if (is_array($topmost_article_ids) && !get_pref($link, 'COMBINED_DISPLAY_MODE')) { print ""; foreach ($topmost_article_ids as $id) { outputArticleXML($link, $id, $feed, false);