summaryrefslogtreecommitdiffstats
path: root/app/views/documents
diff options
context:
space:
mode:
authorEtienne Massip <etienne.massip@gmail.com>2011-10-02 18:45:17 +0000
committerEtienne Massip <etienne.massip@gmail.com>2011-10-02 18:45:17 +0000
commit4ecd65c4658cddc3ebf0e975d93c975fcfdaf764 (patch)
tree7246ea9482f3dccf3838bb4ac0fefd5b5c2ef93f /app/views/documents
parent65b533a8ec1f4d53a082cdc76324f65147d6f6b1 (diff)
downloadredmine-4ecd65c4658cddc3ebf0e975d93c975fcfdaf764.tar.gz
redmine-4ecd65c4658cddc3ebf0e975d93c975fcfdaf764.zip
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
Diffstat (limited to 'app/views/documents')
-rw-r--r--app/views/documents/show.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/documents/show.html.erb b/app/views/documents/show.html.erb
index 922fe36bf..75854357e 100644
--- a/app/views/documents/show.html.erb
+++ b/app/views/documents/show.html.erb
@@ -25,7 +25,7 @@
<% end %>
<% end %>
-<% html_title h(@document.title) -%>
+<% html_title @document.title -%>
<% content_for :header_tags do %>
<%= stylesheet_link_tag 'scm' %>