]> source.dussan.org Git - redmine.git/commitdiff
html5 compliance.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 29 Jul 2012 11:34:00 +0000 (11:34 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 29 Jul 2012 11:34:00 +0000 (11:34 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10122 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/repositories/_dir_list_content.html.erb

index 69eb5375e315abb807d2928d316f2dca4487a99e..3a8a5f24eab922ed73940a54be505517bc6aaa46 100644 (file)
@@ -14,7 +14,7 @@
                        :path   => to_path_param(ent_path),
                        :rev    => @rev,
                        :depth  => (depth + 1),
-                       :parent_id => tr_id)) %>');">&nbsp</span>
+                       :parent_id => tr_id)) %>');">&nbsp;</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},