Update list.rss.erb (unescape tag)

This commit is contained in:
Jong Eun Lee 2014-10-26 17:24:03 +09:00 committed by JongEun Lee
parent 1e13cfe8ce
commit 7679189f28

View file

@ -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" />