Remove unecessary page title HTML escaping from views (#9252).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7565 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Etienne Massip
2011-10-02 18:45:17 +00:00
parent 65b533a8ec
commit 4ecd65c465
16 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
 
<%= render :partial => 'common/diff', :locals => {:diff => @diff, :diff_type => @diff_type} %>
<% html_title h(@attachment.filename) %>
<% html_title @attachment.filename %>
<% content_for :header_tags do -%>
<%= stylesheet_link_tag "scm" -%>