Correct fieldset ID for Event form.

This commit is contained in:
Samantha Doherty 2011-04-17 21:38:09 -04:00
parent c2038e796b
commit 34b6038b83

View File

@ -83,7 +83,7 @@ class EventForm extends Form
*/ */
function formData() function formData()
{ {
$this->out->elementStart('fieldset', array('id' => 'new_bookmark_data')); $this->out->elementStart('fieldset', array('id' => 'new_event_data'));
$this->out->elementStart('ul', 'form_data'); $this->out->elementStart('ul', 'form_data');
$this->li(); $this->li();