diff --git a/app/helpers/aspect_global_helper.rb b/app/helpers/aspect_global_helper.rb index f93cea2ea718dae89e4461974f9f95c4a147995e..f55595d2d7627eeebd12b877bfdab7694848a394 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