summaryrefslogtreecommitdiffstats
path: root/app/views/versions
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-08-02 13:16:45 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-08-02 13:16:45 +0000
commit15023cced25a0f8877941e3537f1c378bca9ab1e (patch)
treeac9e38a61a4a32f6223aa92a0dae09d539e7a5aa /app/views/versions
parent4a291287d95289c5b0af50ec06a59c197f71f173 (diff)
downloadredmine-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.rhtml2
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) %>