HTML escape at app/views/wiki/history.rhtml.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6398 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-08-02 13:24:10 +00:00
parent 437c062a4b
commit c1c2fb8e47

View File

@ -1,6 +1,6 @@
<%= wiki_page_breadcrumb(@page) %>
<h2><%=h @page.pretty_title %></h2>
<h2><%=h h(@page.pretty_title) %></h2>
<h3><%= l(:label_history) %></h3>