Escape revision on repository view (#5153).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3613 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2010-03-27 12:46:45 +00:00
parent 8cdcf308be
commit 89aa60cbbd
1 changed files with 1 additions and 1 deletions

View File

@ -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 %> / <%= link_to h(filename), :action => 'changes', :id => @project, :path => to_path_param("#{link_path}/#{filename}"), :rev => @rev %>
<% end %> <% end %>
<%= "@ #{revision}" if revision %> <%= "@ #{h revision}" if revision %>
<% html_title(with_leading_slash(path)) -%> <% html_title(with_leading_slash(path)) -%>