forked from GNUsocial/gnu-social
Correct fieldset ID for Event form.
This commit is contained in:
parent
c2038e796b
commit
34b6038b83
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user