diff --git a/app/views/news/show.html.erb b/app/views/news/show.html.erb index 09e14f61f..72c94a9c7 100644 --- a/app/views/news/show.html.erb +++ b/app/views/news/show.html.erb @@ -8,7 +8,7 @@ <%= delete_link news_path(@news) if User.current.allowed_to?(:manage_news, @project) %> -

<%= avatar(@news.author, :size => "24") %><%=h @news.title %>

+

<%= avatar(@news.author, :size => "24") %> <%=h @news.title %>

<% if authorize_for('news', 'edit') %>