From: Toshi MARUYAMA Date: Tue, 2 Aug 2011 13:12:21 +0000 (+0000) Subject: HTML escape at app/views/repositories/_breadcrumbs.rhtml. X-Git-Tag: 1.3.0~1561 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bd4eb197e1da057da7693186cf51ceed719561b6;p=redmine.git 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 --- diff --git a/app/views/repositories/_breadcrumbs.rhtml b/app/views/repositories/_breadcrumbs.rhtml index 63236800a..d0fdf2a60 100644 --- a/app/views/repositories/_breadcrumbs.rhtml +++ b/app/views/repositories/_breadcrumbs.rhtml @@ -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))) -%>