##// END OF EJS Templates
remove duplicate h() from app/views/wiki/diff.rhtml....
Toshi MARUYAMA -
r6280:231c8d7fac97
parent child
Show More
@@ -4,7 +4,7
4
4
5 <%= wiki_page_breadcrumb(@page) %>
5 <%= wiki_page_breadcrumb(@page) %>
6
6
7 <h2><%=h h(@page.pretty_title) %></h2>
7 <h2><%= h(@page.pretty_title) %></h2>
8
8
9 <p>
9 <p>
10 <%= l(:label_version) %> <%= link_to @diff.content_from.version, :action => 'show', :id => @page.title, :project_id => @page.project, :version => @diff.content_from.version %>
10 <%= l(:label_version) %> <%= link_to @diff.content_from.version, :action => 'show', :id => @page.title, :project_id => @page.project, :version => @diff.content_from.version %>
General Comments 0
You need to be logged in to leave comments. Login now