Browse Source

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
tags/1.3.0
Toshi MARUYAMA 13 years ago
parent
commit
7ced7b17fd
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/views/wiki/edit.rhtml

+ 1
- 1
app/views/wiki/edit.rhtml View File

@@ -28,4 +28,4 @@
<%= robot_exclusion_tag %>
<% end %>

<% html_title @page.pretty_title %>
<% html_title h(@page.pretty_title) %>

Loading…
Cancel
Save