From 5d8200b9fc55d740b390fae89839d23662adcbb2 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 21 Apr 2007 12:10:50 +0000 Subject: [PATCH] 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 --- app/views/news/show.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/news/show.rhtml b/app/views/news/show.rhtml index d1c144323..024bd00fd 100644 --- a/app/views/news/show.rhtml +++ b/app/views/news/show.rhtml @@ -8,7 +8,7 @@

<% unless @news.summary.empty? %><%=h @news.summary %>
<% end %> <%= @news.author.display_name %>, <%= format_time(@news.created_on) %>


-<%= textilizable auto_link @news.description %> +<%= textilizable(@news.description) %>
-- 2.39.5