Add in missing </li>

This commit is contained in:
Zach Copley 2011-03-14 21:07:14 -07:00
parent bd238e9a4d
commit 79c4af6073
1 changed files with 1 additions and 0 deletions

View File

@ -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();