From 6edfcd83c197c18749cecf071bb38e949e10748c 2007-07-18 17:22:19 From: Jean-Philippe Lang Date: 2007-07-18 17:22:19 Subject: [PATCH] Removed a line break on news/show git-svn-id: http://redmine.rubyforge.org/svn/trunk@594 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/news/show.rhtml b/app/views/news/show.rhtml index df3c027..fd05e42 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 %>