OSDN Git Service

Added missing parentheses on news/show and removed useless call to auto_link
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 21 Apr 2007 12:10:50 +0000 (12:10 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 21 Apr 2007 12:10:50 +0000 (12:10 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@455 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/news/show.rhtml

index d1c1443..024bd00 100644 (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;">