##// END OF EJS Templates
HTML escape at app/views/repositories/diff.rhtml....
Toshi MARUYAMA -
r6263:19f62c96a69a
parent child
Show More
@@ -16,7 +16,7
16 <%= f.link_to 'Diff', :url => params, :caption => 'Unified diff' %>
16 <%= f.link_to 'Diff', :url => params, :caption => 'Unified diff' %>
17 <% end %>
17 <% end %>
18
18
19 <% html_title(with_leading_slash(@path), 'Diff') -%>
19 <% html_title(h(with_leading_slash(@path)), 'Diff') -%>
20
20
21 <% content_for :header_tags do %>
21 <% content_for :header_tags do %>
22 <%= stylesheet_link_tag "scm" %>
22 <%= stylesheet_link_tag "scm" %>
General Comments 0
You need to be logged in to leave comments. Login now