##// END OF EJS Templates
HTML escape at app/views/repositories/_breadcrumbs.rhtml....
Toshi MARUYAMA -
r6262:bd4eb197e1da
parent child
Show More
@@ -25,4 +25,4 dirs.each do |dir|
25 25 %>
26 26 <%= "@ #{h rev_text}" unless rev_text.blank? %>
27 27
28 <% html_title(with_leading_slash(path)) -%>
28 <% html_title(h(with_leading_slash(path))) -%>
General Comments 0
You need to be logged in to leave comments. Login now