diff -r 548e23d4cd71 -r 7429d10cc491 vendor/plugins/redmine_tags/app/views/projects/_my_projects.rhtml
--- a/vendor/plugins/redmine_tags/app/views/projects/_my_projects.rhtml
+++ b/vendor/plugins/redmine_tags/app/views/projects/_my_projects.rhtml
@@ -1,3 +1,4 @@
+<% if !@user_projects.empty? %>
 <% if @myproj_status=="true" %>
 <fieldset id="my_projects_fieldset" class="collapsible">
     <legend onclick="toggleFieldsetWithState(this);"><h2><%= l(:label_my_project_plural) %></h2></legend>
@@ -5,10 +6,12 @@
 <fieldset id="my_projects_fieldset" class="collapsible collapsed">
     <legend onclick="toggleFieldsetWithState(this);"><h2><%= l(:label_my_project_plural) %></h2></legend>
     <div style="display: none;">    
-<%  end%>
-    <% if @user_projects %>  
+<% end %>
     <div>
       <%= render_my_project_hierarchy_with_tags(@user_projects)%>
     </div>
-  <% end %>
+  <% unless @myproj_status=="true" %>
+    </div>
+  <%- end -%>
 </fieldset>
+<% end %>
