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
This commit is contained in:
parent
c1c2fb8e47
commit
2ff2545406
|
@ -1,6 +1,6 @@
|
|||
<%= wiki_page_breadcrumb(@page) %>
|
||||
|
||||
<h2><%=h h(@page.pretty_title) %></h2>
|
||||
<h2><%= h(@page.pretty_title) %></h2>
|
||||
|
||||
<h3><%= l(:label_history) %></h3>
|
||||
|
||||
|
|
Loading…
Reference in New Issue