From 79c4af6073ab7aca718ec797c43bba957380164f Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Mon, 14 Mar 2011 21:07:14 -0700 Subject: [PATCH] Add in missing --- plugins/ExtendedProfile/extendedprofilewidget.php | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/ExtendedProfile/extendedprofilewidget.php b/plugins/ExtendedProfile/extendedprofilewidget.php index 967cf6dd20..a4913eed12 100644 --- a/plugins/ExtendedProfile/extendedprofilewidget.php +++ b/plugins/ExtendedProfile/extendedprofilewidget.php @@ -320,6 +320,7 @@ class ExtendedProfileWidget extends Form _m('End'), isset($field['end']) ? $field['end'] : null ); + $this->out->elementEnd('li'); $this->out->elementEnd('ul'); $this->showMultiControls(); -- 2.39.5