From: Samantha Doherty Date: Mon, 18 Apr 2011 01:38:09 +0000 (-0400) Subject: Correct fieldset ID for Event form. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=34b6038b833321d0cdb45060be46211df4436e43;p=quix0rs-gnu-social.git Correct fieldset ID for Event form. --- diff --git a/plugins/Event/eventform.php b/plugins/Event/eventform.php index e7d7a26bea..6a6e17e77b 100644 --- a/plugins/Event/eventform.php +++ b/plugins/Event/eventform.php @@ -83,7 +83,7 @@ class EventForm extends Form */ 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->li();