HTML escape at app/views/versions/show.rhtml.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6388 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-08-02 13:16:45 +00:00
parent 4a291287d9
commit 15023cced2
1 changed files with 1 additions and 1 deletions

View File

@ -53,4 +53,4 @@
<%= call_hook :view_versions_show_bottom, :version => @version %>
<% html_title @version.name %>
<% html_title h(@version.name) %>