summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/views/news/show.rhtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/news/show.rhtml b/app/views/news/show.rhtml
index 485bd6f3a..c32c6843e 100644
--- a/app/views/news/show.rhtml
+++ b/app/views/news/show.rhtml
@@ -27,8 +27,8 @@
</div>
<% end %>
-<p><em><% unless @news.summary.blank? %><%=h @news.summary %><br /><% end %>
-<span class="author"><%= authoring @news.created_on, @news.author %></span></em></p>
+<p><% unless @news.summary.blank? %><em><%=h @news.summary %></em><br /><% end %>
+<span class="author"><%= authoring @news.created_on, @news.author %></span></p>
<div class="wiki">
<%= textilizable(@news.description) %>
</div>