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
This commit is contained in:
Toshi MARUYAMA 2011-08-02 23:57:54 +00:00
parent 2ff2545406
commit 231c8d7fac
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<%= wiki_page_breadcrumb(@page) %>
<h2><%=h h(@page.pretty_title) %></h2>
<h2><%= h(@page.pretty_title) %></h2>
<p>
<%= l(:label_version) %> <%= link_to @diff.content_from.version, :action => 'show', :id => @page.title, :project_id => @page.project, :version => @diff.content_from.version %>