]> source.dussan.org Git - redmine.git/commitdiff
remove duplicate h() from app/views/wiki/diff.rhtml.
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 2 Aug 2011 23:57:54 +0000 (23:57 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 2 Aug 2011 23:57:54 +0000 (23:57 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6400 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/wiki/diff.rhtml

index c77f521c7d26e6ef4a70f9595ab3c095174d487e..647fe74ec3b2a3227c5070265fd8b6036afd64a7 100644 (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 %>