diff --git a/app/views/news/show.rhtml b/app/views/news/show.rhtml index 78be9c24..89649273 100644 --- a/app/views/news/show.rhtml +++ b/app/views/news/show.rhtml @@ -48,8 +48,10 @@ <% if authorize_for 'news', 'add_comment' %>

<%= toggle_link l(:label_comment_add), "add_comment_form", :focus => "comment_comments" %>

<% form_tag({:action => 'add_comment', :id => @news}, :id => "add_comment_form", :style => "display:none;") do %> -<%= text_area 'comment', 'comments', :cols => 80, :rows => 15, :class => 'wiki-edit' %> -<%= wikitoolbar_for 'comment_comments' %> +
+ <%= text_area 'comment', 'comments', :cols => 80, :rows => 15, :class => 'wiki-edit' %> + <%= wikitoolbar_for 'comment_comments' %> +

<%= submit_tag l(:button_add) %>

<% end %> <% end %>