##// END OF EJS Templates
remove duplicate h() from app/views/wiki/history.rhtml....
Toshi MARUYAMA -
r6279:2ff254540634
parent child
Show More
@@ -1,6 +1,6
1 <%= wiki_page_breadcrumb(@page) %>
1 <%= wiki_page_breadcrumb(@page) %>
2
2
3 <h2><%=h h(@page.pretty_title) %></h2>
3 <h2><%= h(@page.pretty_title) %></h2>
4
4
5 <h3><%= l(:label_history) %></h3>
5 <h3><%= l(:label_history) %></h3>
6
6
General Comments 0
You need to be logged in to leave comments. Login now