A feed should set the proper Content-Type to application/rss+xml and not use the default text/html.
Just put the following line in the function template_preprocess_views_view_views_rss_fields:
drupal_set_header('Content-Type: application/rss+xml; charset=utf-8');
Comments
Comment #1
rsoden commentedCommitted to HEAD, will roll out a new beta release later this week.
Thanks.
Comment #3
Anonymous (not verified) commentedQuick update. I tried this on Drupal 8.5.1 and it still works! :)
The question is: shouldn't this be included in core, as an option for the RSS feed view ?