diff options
-rw-r--r-- | app/views/news/show.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <p><em><% unless @news.summary.empty? %><%=h @news.summary %><br /><% end %> <%= @news.author.display_name %>, <%= format_time(@news.created_on) %></em></p> <br /> -<%= textilizable auto_link @news.description %> +<%= textilizable(@news.description) %> <br /> <div id="comments" style="margin-bottom:16px;"> |