mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
Merge pull request #2920 from yomybaby/patch-1
Update list.rss.erb (unescape tag)
This commit is contained in:
commit
9445000b58
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
<title><%= @title %></title>
|
<title><%= @title %></title>
|
||||||
<link><%= @link %></link>
|
<link><%= @link %></link>
|
||||||
<description><%= @description %></description>
|
<description><%= @description %></description>
|
||||||
<%= "<language>#{lang}</language>" if lang %>
|
<% if lang %><language>#{lang}</language><% end %>
|
||||||
<% if @topic_list.topics && @topic_list.topics.length > 0 %>
|
<% if @topic_list.topics && @topic_list.topics.length > 0 %>
|
||||||
<lastBuildDate><%= @topic_list.topics.first.created_at.rfc2822 %></lastBuildDate>
|
<lastBuildDate><%= @topic_list.topics.first.created_at.rfc2822 %></lastBuildDate>
|
||||||
<atom:link href="<%= @atom_link %>" rel="self" type="application/rss+xml" />
|
<atom:link href="<%= @atom_link %>" rel="self" type="application/rss+xml" />
|
||||||
|
|
Loading…
Reference in a new issue