Index: base.rhtml
===================================================================
--- base.rhtml (revision 3521)
+++ base.rhtml (working copy)
@@ -40,10 +40,12 @@
- <%= render_main_menu(@project) %>
+
+ <% menu_html = render_main_menu( @project ) %>
+
+ <%= menu_html %>
+
<%= tag('div', {:id => 'main', :class => (has_content?(:sidebar) ? '' : 'nosidebar')}, true) %>