<% content_for :footer do %>
<p><%= t ".footer_html",
- :readurl => link_to(@readurl, @readurl) + tag(:br),
- :commenturl => link_to(@commenturl, @commenturl) + tag(:br),
+ :readurl => link_to(@readurl, @readurl) + tag.br,
+ :commenturl => link_to(@commenturl, @commenturl) + tag.br,
:replyurl => link_to(@replyurl, @replyurl) %>
</p>
<% end %>