From 6edfcd83c197c18749cecf071bb38e949e10748c Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Wed, 18 Jul 2007 17:22:19 +0000 Subject: [PATCH] Removed a line break on news/show git-svn-id: http://redmine.rubyforge.org/svn/trunk@594 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/news/show.rhtml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/news/show.rhtml b/app/views/news/show.rhtml index df3c0279..fd05e423 100644 --- a/app/views/news/show.rhtml +++ b/app/views/news/show.rhtml @@ -7,7 +7,6 @@

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

-
<%= textilizable(@news.description) %>
@@ -29,4 +28,4 @@ <%= text_area 'comment', 'comments', :cols => 60, :rows => 6 %>

<%= submit_tag l(:button_add) %>

<% end %> -<% end %> \ No newline at end of file +<% end %>