Wrap long line

This commit is contained in:
Alan P. Laudicina 2012-10-24 07:03:25 -04:00
parent ba284f7f29
commit 1ab6f592b6

View file

@ -18,7 +18,8 @@
<description><%= raw coder.encode(story.markeddown_description,
:decimal) %></description>
<% else %>
<description><%= cdata_section(link_to("Comments", story.comments_url)) %></description>
<description><%= cdata_section(link_to("Comments",
story.comments_url)) %></description>
<% end %>
<% story.taggings.each do |tagging| %>
<category><%= tagging.tag.tag %></category>