Added missing parentheses on news/show and removed useless call to auto_link

git-svn-id: http://redmine.rubyforge.org/svn/trunk@455 e93f8b46-1217-0410-a6f0-8f06a7374b81
pull/351/head
Jean-Philippe Lang 18 years ago
parent 18255881ca
commit 5d8200b9fc
  1. 2
      app/views/news/show.rhtml

@ -8,7 +8,7 @@
<p><em><% unless @news.summary.empty? %><%=h @news.summary %><br /><% end %>
<%= @news.author.display_name %>, <%= format_time(@news.created_on) %></em></p>
<br />
<%= textilizable auto_link @news.description %>
<%= textilizable(@news.description) %>
<br />
<div id="comments" style="margin-bottom:16px;">

Loading…
Cancel
Save