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
This commit is contained in:
Jean-Philippe Lang 2007-04-21 12:10:50 +00:00
parent 18255881ca
commit 5d8200b9fc
1 changed files with 1 additions and 1 deletions

View File

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