summaryrefslogtreecommitdiffstats
path: root/app/views/news
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-07-18 17:22:19 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-07-18 17:22:19 +0000
commit6edfcd83c197c18749cecf071bb38e949e10748c (patch)
tree821abfd7a3b224b1bd9538f92a63ccb05e000ceb /app/views/news
parentfcefdb22bfc3a270e213e289c562bea0bd8722ef (diff)
downloadredmine-6edfcd83c197c18749cecf071bb38e949e10748c.tar.gz
redmine-6edfcd83c197c18749cecf071bb38e949e10748c.zip
Removed a line break on news/show
git-svn-id: http://redmine.rubyforge.org/svn/trunk@594 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/news')
-rw-r--r--app/views/news/show.rhtml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/news/show.rhtml b/app/views/news/show.rhtml
index df3c02799..fd05e4234 100644
--- a/app/views/news/show.rhtml
+++ b/app/views/news/show.rhtml
@@ -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 %>