mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
FIX: language was not being inserted into RSS
This commit is contained in:
parent
4904eeaa67
commit
246ae75a31
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
<title><%= @title %></title>
|
||||
<link><%= @link %></link>
|
||||
<description><%= @description %></description>
|
||||
<% if lang %><language>#{lang}</language><% end %>
|
||||
<% if lang %><language><%= lang%></language><% end %>
|
||||
<% if @topic_list.topics && @topic_list.topics.length > 0 %>
|
||||
<lastBuildDate><%= @topic_list.topics.first.created_at.rfc2822 %></lastBuildDate>
|
||||
<atom:link href="<%= @atom_link %>" rel="self" type="application/rss+xml" />
|
||||
|
|
Loading…
Reference in a new issue