]> source.dussan.org Git - redmine.git/commitdiff
Removed a line break on news/show
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 18 Jul 2007 17:22:19 +0000 (17:22 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 18 Jul 2007 17:22:19 +0000 (17:22 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@594 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/news/show.rhtml

index df3c02799fc63693fea516bbd0207032139344e9..fd05e4234563529b2f062fe6d599c3fdd9c2375f 100644 (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 %>
\ No newline at end of file
+<% end %>