]> source.dussan.org Git - redmine.git/commitdiff
Merged r3309 from trunk. 0.8-stable
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 17 Jan 2010 10:29:17 +0000 (10:29 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 17 Jan 2010 10:29:17 +0000 (10:29 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/0.8-stable@3319 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/repositories/_dir_list_content.rhtml

index 12ee44dbf0361453f6a800b160ee40c1cb04884d..a6ebe4e2d5fc5b9cb0981eef887c24740e60118d 100644 (file)
@@ -1,7 +1,7 @@
 <% @entries.each do |entry| %>
 <% tr_id = Digest::MD5.hexdigest(entry.path)
    depth = params[:depth].to_i %>
-<tr id="<%= tr_id %>" class="<%= params[:parent_id] %> entry <%= entry.kind %>">
+<tr id="<%= tr_id %>" class="<%= params[:parent_id] %> entry <%= entry.kind %>">
 <td style="padding-left: <%=18 * depth%>px;" class="filename">
 <% if entry.is_dir? %>
 <span class="expander" onclick="<%=  remote_function :url => {:action => 'browse', :id => @project, :path => to_path_param(entry.path), :rev => @rev, :depth => (depth + 1), :parent_id => tr_id},