From 00cec500c6b212cc691295faf388ed7e7c23cab4 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 14 Feb 2010 11:49:29 +0000 Subject: [PATCH] Do not include news author in emphasis tag. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3425 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/news/show.rhtml | 4 ++-- 1 file 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 @@ <% end %> -

<% unless @news.summary.blank? %><%=h @news.summary %>
<% end %> -<%= authoring @news.created_on, @news.author %>

+

<% unless @news.summary.blank? %><%=h @news.summary %>
<% end %> +<%= authoring @news.created_on, @news.author %>

<%= textilizable(@news.description) %>
-- 2.39.5