From 3fb81d37d0a64fce9d4d705aa1dc64c8fa1838c0 Mon Sep 17 00:00:00 2001 From: danielgrippi <danielgrippi@gmail.com> Date: Sat, 21 May 2011 15:08:19 -0700 Subject: [PATCH] missing closing tag in aspect_dropdown helper --- app/helpers/aspect_global_helper.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/helpers/aspect_global_helper.rb b/app/helpers/aspect_global_helper.rb index f93cea2ea7..f55595d2d7 100644 --- a/app/helpers/aspect_global_helper.rb +++ b/app/helpers/aspect_global_helper.rb @@ -94,6 +94,7 @@ module AspectGlobalHelper str << aspect.name str << "<div class=\"hidden\">" str << aspect_membership_button(aspect, contact, person) + str << "</div>" str << "</li>" str.html_safe end -- GitLab