Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rounders committed May 5, 2011
1 parent 75a0d8a commit 0dac805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/app/views/shared/_menu_branch.html.erb
Expand Up @@ -2,7 +2,7 @@
if !!local_assigns[:apply_css] and (classes = menu_branch_css(local_assigns)).any?
css = "class='#{classes.join(' ')}'".html_safe
end
dom_id = "id='item_#{menu_branch_counter}'".html_safe
dom_id = "id='item_#{menu_branch_counter}'".html_safe if menu_branch.parent_id.nil?

children = menu_branch.children.live.in_menu unless hide_children
-%>
Expand Down

0 comments on commit 0dac805

Please sign in to comment.