diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-07-29 11:34:00 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-07-29 11:34:00 +0000 |
commit | 36923695845199ea87ede12969056ec8d707b529 (patch) | |
tree | 62e81d569a31163c01cf9114c425122dcbc0d0e9 /app | |
parent | 75b0c01431fc48f4884d8b1bf870b1c2eab4279a (diff) | |
download | redmine-36923695845199ea87ede12969056ec8d707b529.tar.gz redmine-36923695845199ea87ede12969056ec8d707b529.zip |
html5 compliance.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10122 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r-- | app/views/repositories/_dir_list_content.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
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)) %>');"> </span> + :parent_id => tr_id)) %>');"> </span> <% 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}, |