summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2010-03-27 12:46:45 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2010-03-27 12:46:45 +0000
commit89aa60cbbd2c72cfa955865494d5cb7998b8dcd2 (patch)
tree97c0336bf506d93b086e02240783b3c0789a7fca /app
parent8cdcf308bef6a2ad9ee4fcf60ae9d716f6c562e8 (diff)
downloadredmine-89aa60cbbd2c72cfa955865494d5cb7998b8dcd2.tar.gz
redmine-89aa60cbbd2c72cfa955865494d5cb7998b8dcd2.zip
Escape revision on repository view (#5153).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3613 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r--app/views/repositories/_breadcrumbs.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/repositories/_breadcrumbs.rhtml b/app/views/repositories/_breadcrumbs.rhtml
index 42d11e1a4..bab0ff338 100644
--- a/app/views/repositories/_breadcrumbs.rhtml
+++ b/app/views/repositories/_breadcrumbs.rhtml
@@ -16,6 +16,6 @@ dirs.each do |dir|
/ <%= link_to h(filename), :action => 'changes', :id => @project, :path => to_path_param("#{link_path}/#{filename}"), :rev => @rev %>
<% end %>
-<%= "@ #{revision}" if revision %>
+<%= "@ #{h revision}" if revision %>
<% html_title(with_leading_slash(path)) -%>