From 9b541b1c0a19d847991c33fb189043d4e4e22ca1 Mon Sep 17 00:00:00 2001 From: Alexander Date: Wed, 27 Feb 2013 14:55:04 -0800 Subject: [PATCH] Specify type in topic RSS autodiscovery tag --- app/views/topics/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/topics/show.html.erb b/app/views/topics/show.html.erb index 2c669554f62..6841bb4c2b8 100644 --- a/app/views/topics/show.html.erb +++ b/app/views/topics/show.html.erb @@ -23,5 +23,5 @@

Powered by Discourse, best viewed with JavaScript enabled

<% content_for :head do %> - <%= auto_discovery_link_tag(@topic_view, {action: :feed, format: :rss}, title: "RSS feed of '#{@topic_view.title}'") %> + <%= auto_discovery_link_tag(@topic_view, {action: :feed, format: :rss}, title: "RSS feed of '#{@topic_view.title}'", type: 'application/rss+xml') %> <% end %>