diff options
Diffstat (limited to 'app/views/news')
-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 2b51c1fee..32a24e85e 100644 --- a/app/views/news/show.rhtml +++ b/app/views/news/show.rhtml @@ -30,7 +30,7 @@ <div class="contextual"> <%= link_to_if_authorized l(:button_delete), {:controller => 'news', :action => 'destroy_comment', :id => @news, :comment_id => comment}, :confirm => l(:text_are_you_sure), :method => :post, :class => 'icon icon-del' %> </div> - <%= simple_format(auto_link(h comment.comments))%> + <%= simple_format(auto_link(h(comment.comments)))%> <% end if @news.comments_count > 0 %> </div> |