diff options
author | Etienne Massip <etienne.massip@gmail.com> | 2011-10-02 18:45:17 +0000 |
---|---|---|
committer | Etienne Massip <etienne.massip@gmail.com> | 2011-10-02 18:45:17 +0000 |
commit | 4ecd65c4658cddc3ebf0e975d93c975fcfdaf764 (patch) | |
tree | 7246ea9482f3dccf3838bb4ac0fefd5b5c2ef93f /app/views/messages | |
parent | 65b533a8ec1f4d53a082cdc76324f65147d6f6b1 (diff) | |
download | redmine-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/messages')
-rw-r--r-- | app/views/messages/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/messages/show.html.erb b/app/views/messages/show.html.erb index a7e0152f3..c78856f73 100644 --- a/app/views/messages/show.html.erb +++ b/app/views/messages/show.html.erb @@ -63,4 +63,4 @@ <%= stylesheet_link_tag 'scm' %> <% end %> -<% html_title h(@topic.subject) %> +<% html_title @topic.subject %> |