move toselector out of <ul> in eventform

This commit is contained in:
Evan Prodromou 2011-04-05 11:18:10 -04:00
parent a02da55eac
commit fff66e1ebb
1 changed files with 2 additions and 3 deletions

View File

@ -147,14 +147,13 @@ class EventForm extends Form
_m('Description of the event.'));
$this->unli();
$this->li();
$this->out->elementEnd('ul');
$toWidget = new ToSelector($this->out,
common_current_user(),
null);
$toWidget->show();
$this->unli();
$this->out->elementEnd('ul');
$this->out->elementEnd('fieldset');
}