diff --git a/views/person_editor_extras.html.erb b/views/person_editor_extras.html.erb
index 8b0f87b..341fd50 100644
--- a/views/person_editor_extras.html.erb
+++ b/views/person_editor_extras.html.erb
@@ -20,7 +20,6 @@
<%= content_tag(:div, _("No institution found"), :id=>"institution_empty_ajax_message", :class=>"errorExplanation hide-field") %>
<%= link_to(_("Add new institution"), "#", :class=>'button with-text icon-add', :id => 'add_new_institution') %>
<%= link_to(_("Create new institution"), "#", :id=>"create_institution_link", :class=>'button with-text icon-add') %>
- <%= content_tag("ul", "",:class=>"institutions_added") %>
<%= content_tag(:div, "", :id=>"institution_dialog") %>
<%= hidden_field_tag("user[institution_ids][]", "", :class => 'user_institutions') %>
--
libgit2 0.21.2