missing closing tag in aspect_dropdown helper

This commit is contained in:
danielgrippi 2011-05-21 15:08:19 -07:00
parent 6a108104e8
commit 3fb81d37d0

View file

@ -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