From: Toshi MARUYAMA Date: Tue, 2 Aug 2011 23:57:54 +0000 (+0000) Subject: remove duplicate h() from app/views/wiki/diff.rhtml. X-Git-Tag: 1.3.0~1543 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=231c8d7fac9749064550d885a74bc03eaf5a315f;p=redmine.git remove duplicate h() from app/views/wiki/diff.rhtml. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6400 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/wiki/diff.rhtml b/app/views/wiki/diff.rhtml index c77f521c7..647fe74ec 100644 --- a/app/views/wiki/diff.rhtml +++ b/app/views/wiki/diff.rhtml @@ -4,7 +4,7 @@ <%= wiki_page_breadcrumb(@page) %> -

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

+

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

<%= l(:label_version) %> <%= link_to @diff.content_from.version, :action => 'show', :id => @page.title, :project_id => @page.project, :version => @diff.content_from.version %>