From: Jean-Philippe Lang Date: Sun, 29 Jul 2012 11:34:00 +0000 (+0000) Subject: html5 compliance. X-Git-Tag: 2.1.0~201 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=36923695845199ea87ede12969056ec8d707b529;p=redmine.git html5 compliance. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10122 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/repositories/_dir_list_content.html.erb b/app/views/repositories/_dir_list_content.html.erb index 69eb5375e..3a8a5f24e 100644 --- a/app/views/repositories/_dir_list_content.html.erb +++ b/app/views/repositories/_dir_list_content.html.erb @@ -14,7 +14,7 @@ :path => to_path_param(ent_path), :rev => @rev, :depth => (depth + 1), - :parent_id => tr_id)) %>');">  + :parent_id => tr_id)) %>');">  <% end %> <%= link_to h(ent_name), {:action => (entry.is_dir? ? 'show' : 'changes'), :id => @project, :repository_id => @repository.identifier_param, :path => to_path_param(ent_path), :rev => @rev},