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:
parent
4a291287d9
commit
15023cced2
|
@ -53,4 +53,4 @@
|
|||
|
||||
<%= call_hook :view_versions_show_bottom, :version => @version %>
|
||||
|
||||
<% html_title @version.name %>
|
||||
<% html_title h(@version.name) %>
|
||||
|
|
Loading…
Reference in New Issue