diff --git a/app/views/news/_course_form.html.erb b/app/views/news/_course_form.html.erb
index 1f2198a3b..ad2c7835c 100644
--- a/app/views/news/_course_form.html.erb
+++ b/app/views/news/_course_form.html.erb
@@ -5,7 +5,7 @@
<%= f.text_field :title, :required => true, :size => 60, :style => "width:488px;" %>
-
+
<%= f.text_area :description, :required => true, :cols => 60, :rows => 11, :class => 'wiki-edit', :style => "width:490px;" %>
<%= render :partial => 'attachments/form', :locals => {:container => @news} %>
diff --git a/app/views/news/_form.html.erb b/app/views/news/_form.html.erb
index 0601ee25b..f92559903 100644
--- a/app/views/news/_form.html.erb
+++ b/app/views/news/_form.html.erb
@@ -1,11 +1,10 @@
<%= error_messages_for @news %>
<%= f.text_field :title, :required => true, :size => 60, :style => "width:488px;" %>
-
+
<%= f.text_area :description, :required => true, :cols => 60, :rows => 11, :class => 'wiki-edit', :style => "width:490px;" %>
<%= render :partial => 'attachments/form', :locals => {:container => @news} %>
diff --git a/app/views/news/_news.html.erb b/app/views/news/_news.html.erb
index 704e0eef3..7684a5949 100644
--- a/app/views/news/_news.html.erb
+++ b/app/views/news/_news.html.erb
@@ -1,9 +1,9 @@
-
+ <%# unless news.summary.blank? %><%#=h news.summary %><%# end %> |
+<%#= authoring news.created_on, news.author %> | -->
diff --git a/app/views/news/new.html.erb b/app/views/news/new.html.erb
index 68fad17f2..836d3b6ed 100644
--- a/app/views/news/new.html.erb
+++ b/app/views/news/new.html.erb
@@ -1,4 +1,4 @@
-
+
<% if @project %>
<%= labelled_form_for @news, :url => project_news_index_path(@project),
:html => {:id => 'news-form', :multipart => true} do |f| %>