diff --git a/app/views/news/show.rhtml b/app/views/news/show.rhtml index d1c144323..024bd00fd 100644 --- a/app/views/news/show.rhtml +++ b/app/views/news/show.rhtml @@ -8,7 +8,7 @@

<% unless @news.summary.empty? %><%=h @news.summary %>
<% end %> <%= @news.author.display_name %>, <%= format_time(@news.created_on) %>


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