From 2ff254540634797cafae082d61e778e48a3c670e 2011-08-02 23:57:09 From: Toshi MARUYAMA Date: 2011-08-02 23:57:09 Subject: [PATCH] remove duplicate h() from app/views/wiki/history.rhtml. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6399 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/wiki/history.rhtml b/app/views/wiki/history.rhtml index e6a262b..2563944 100644 --- a/app/views/wiki/history.rhtml +++ b/app/views/wiki/history.rhtml @@ -1,6 +1,6 @@ <%= wiki_page_breadcrumb(@page) %> -

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

+

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

<%= l(:label_history) %>