For some reason I'm not seeing type="application/rss+xml" in any of my <head> RSS feeds. The rest of the
tag is there for the feed, the title/href/rel attributes are present & correct but I'm totally missing type="application/rss+xml".

I even tried to manually inject the RSS
tag through template.php and that one attribute just vanishes upon output.

Comments

maciej.zgadzaj’s picture

Status: Active » Closed (cannot reproduce)

No, the module adds full <link> header, for example:

<link rel="alternate" type="application/rss+xml" title="Test RSS Feed" href="http://drupal7/rss" />

You would need to make sure that it's not being stripped by your browser (any fancy plugins?), viewer, and perhaps a module/theme trying some fancy alters?

angrytoast’s picture

Issue summary: View changes

Noting for anyone who may run into this issue, it could be due to the html5_tools module:
https://www.drupal.org/node/1579912