diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-08-02 13:16:45 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-08-02 13:16:45 +0000 |
commit | 15023cced25a0f8877941e3537f1c378bca9ab1e (patch) | |
tree | ac9e38a61a4a32f6223aa92a0dae09d539e7a5aa /app/views/versions | |
parent | 4a291287d95289c5b0af50ec06a59c197f71f173 (diff) | |
download | redmine-15023cced25a0f8877941e3537f1c378bca9ab1e.tar.gz redmine-15023cced25a0f8877941e3537f1c378bca9ab1e.zip |
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
Diffstat (limited to 'app/views/versions')
-rw-r--r-- | app/views/versions/show.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
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) %> |