From: Toshi MARUYAMA Date: Tue, 2 Aug 2011 13:24:10 +0000 (+0000) Subject: HTML escape at app/views/wiki/history.rhtml. X-Git-Tag: 1.3.0~1545 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c1c2fb8e476f889d8f1773748046badd85ff05f5;p=redmine.git 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 --- diff --git a/app/views/wiki/history.rhtml b/app/views/wiki/history.rhtml index 4481e8634..e6a262b85 100644 --- a/app/views/wiki/history.rhtml +++ b/app/views/wiki/history.rhtml @@ -1,6 +1,6 @@ <%= wiki_page_breadcrumb(@page) %> -

<%=h @page.pretty_title %>

+

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

<%= l(:label_history) %>