##// END OF EJS Templates
Escape revision on repository view (#5153)....
Jean-Philippe Lang -
r3499:89aa60cbbd2c
parent child
Show More
@@ -16,6 +16,6 dirs.each do |dir|
16 / <%= link_to h(filename), :action => 'changes', :id => @project, :path => to_path_param("#{link_path}/#{filename}"), :rev => @rev %>
16 / <%= link_to h(filename), :action => 'changes', :id => @project, :path => to_path_param("#{link_path}/#{filename}"), :rev => @rev %>
17 <% end %>
17 <% end %>
18
18
19 <%= "@ #{revision}" if revision %>
19 <%= "@ #{h revision}" if revision %>
20
20
21 <% html_title(with_leading_slash(path)) -%>
21 <% html_title(with_leading_slash(path)) -%>
General Comments 0
You need to be logged in to leave comments. Login now