diff options
-rw-r--r-- | app/views/news/show.rhtml | 3 |
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 %> |