Commit 5d8200b9 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

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
parent 18255881
......@@ -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;">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment