HTML escape at app/views/repositories/_breadcrumbs.rhtml.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6382 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
7e006b8500
commit
bd4eb197e1
|
@ -25,4 +25,4 @@ dirs.each do |dir|
|
|||
%>
|
||||
<%= "@ #{h rev_text}" unless rev_text.blank? %>
|
||||
|
||||
<% html_title(with_leading_slash(path)) -%>
|
||||
<% html_title(h(with_leading_slash(path))) -%>
|
||||
|
|
Loading…
Reference in New Issue