Removed a line break on news/show

git-svn-id: http://redmine.rubyforge.org/svn/trunk@594 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2007-07-18 17:22:19 +00:00
parent fcefdb22bf
commit 6edfcd83c1
1 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,6 @@
<p><em><% unless @news.summary.empty? %><%=h @news.summary %><br /><% end %>
<%= @news.author.name %>, <%= format_time(@news.created_on) %></em></p>
<br />
<%= textilizable(@news.description) %>
<br />
@ -29,4 +28,4 @@
<%= text_area 'comment', 'comments', :cols => 60, :rows => 6 %>
<p><%= submit_tag l(:button_add) %></p>
<% end %>
<% end %>
<% end %>