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)) -%>