summaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-08-02 13:18:19 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-08-02 13:18:19 +0000
commit7ced7b17fdb16a64633b8ef534cde2d08de47706 (patch)
tree912be6a86d2c21175fcaa02bb866f5e930afc991 /app/views
parentc74588bf92553757d38cd718d33199730a198724 (diff)
downloadredmine-7ced7b17fdb16a64633b8ef534cde2d08de47706.tar.gz
redmine-7ced7b17fdb16a64633b8ef534cde2d08de47706.zip
HTML escape at app/views/wiki/edit.rhtml.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6390 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views')
-rw-r--r--app/views/wiki/edit.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/wiki/edit.rhtml b/app/views/wiki/edit.rhtml
index 3c51c6325..5a164ba81 100644
--- a/app/views/wiki/edit.rhtml
+++ b/app/views/wiki/edit.rhtml
@@ -28,4 +28,4 @@
<%= robot_exclusion_tag %>
<% end %>
-<% html_title @page.pretty_title %>
+<% html_title h(@page.pretty_title) %>