From 15023cced25a0f8877941e3537f1c378bca9ab1e 2011-08-02 13:16:45 From: Toshi MARUYAMA Date: 2011-08-02 13:16:45 Subject: [PATCH] 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 --- diff --git a/app/views/versions/show.rhtml b/app/views/versions/show.rhtml index 52a4bed..1cd4f7d 100644 --- a/app/views/versions/show.rhtml +++ b/app/views/versions/show.rhtml @@ -53,4 +53,4 @@ <%= call_hook :view_versions_show_bottom, :version => @version %> -<% html_title @version.name %> +<% html_title h(@version.name) %>