forked from GNUsocial/gnu-social
Left a form_data class of a <ul> in the user admin panel
This commit is contained in:
parent
69ac99ff94
commit
377f95a20f
@ -264,7 +264,7 @@ class UserAdminPanelForm extends AdminForm
|
||||
$this->out->elementStart('fieldset', array('id' => 'settings_user_sessions'));
|
||||
$this->out->element('legend', null, _('Sessions'));
|
||||
|
||||
$this->out->elementStart('ul');
|
||||
$this->out->elementStart('ul', 'form_data');
|
||||
|
||||
$this->li();
|
||||
$this->out->checkbox('sessions-handle', _('Handle sessions'),
|
||||
|
Loading…
Reference in New Issue
Block a user