From: Toshi MARUYAMA Date: Tue, 2 Aug 2011 13:16:45 +0000 (+0000) Subject: HTML escape at app/views/versions/show.rhtml. X-Git-Tag: 1.3.0~1555 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=15023cced25a0f8877941e3537f1c378bca9ab1e;p=redmine.git 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 52a4bed17..1cd4f7de4 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) %>