summaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2010-02-14 11:49:29 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2010-02-14 11:49:29 +0000
commit00cec500c6b212cc691295faf388ed7e7c23cab4 (patch)
treeb64052162da26224e216f4c4ce8d8e13b102fec2 /app/views
parentea3e2b1121800ebd4ea8bae40d3142d0c13d44f4 (diff)
downloadredmine-00cec500c6b212cc691295faf388ed7e7c23cab4.tar.gz
redmine-00cec500c6b212cc691295faf388ed7e7c23cab4.zip
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
Diffstat (limited to 'app/views')
-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>