mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:45:55 +00:00
do not output topmost articles in CDM headlines
This commit is contained in:
@@ -200,7 +200,7 @@
|
||||
|
||||
print "]]></headlines>";
|
||||
|
||||
if (is_array($topmost_article_ids)) {
|
||||
if (is_array($topmost_article_ids) && !get_pref($link, 'COMBINED_DISPLAY_MODE')) {
|
||||
print "<articles>";
|
||||
foreach ($topmost_article_ids as $id) {
|
||||
outputArticleXML($link, $id, $feed, false);
|
||||
|
||||
Reference in New Issue
Block a user