Merge pull request #2920 from yomybaby/patch-1

Update list.rss.erb (unescape tag)
This commit is contained in:
Sam 2014-10-27 13:58:42 +11:00
commit 9445000b58
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<title><%= @title %></title>
<link><%= @link %></link>
<description><%= @description %></description>
<%= "<language>#{lang}</language>" if lang %>
<% 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" />