diff --git a/app/views/documents/show.html.erb b/app/views/documents/show.html.erb index 686e91ccf0..8e0e390d6b 100644 --- a/app/views/documents/show.html.erb +++ b/app/views/documents/show.html.erb @@ -31,7 +31,8 @@ See doc/COPYRIGHT.rdoc for more details. ++#%> <% html_title h(@document.title) -%> -<%= toolbar title: h(@document.title), subtitle: "#{h @document.category.name} - #{format_date @document.created_on}" do %> +<%= toolbar title: @document.title, + subtitle: "#{@document.category.name} - #{format_date @document.created_on}" do %> <% if authorize_for(:documents, :edit) %>
  • <%= link_to({:controller => '/documents', :action => 'edit', :id => @document}, class: 'button', accesskey: accesskey(:edit)) do %>