diff --git a/layouts/joomla/form/field/user.php b/layouts/joomla/form/field/user.php index 90f7d15780ab9..0583fc7617b46 100644 --- a/layouts/joomla/form/field/user.php +++ b/layouts/joomla/form/field/user.php @@ -111,22 +111,22 @@ readonly> - - $uri, - 'title' => Text::_('JLIB_FORM_CHANGE_USER'), - 'closeButton' => true, - 'height' => '100%', - 'width' => '100%', - 'modalWidth' => 80, - 'bodyHeight' => 60, - 'footer' => '' . Text::_('JCANCEL') . '' - ) - ); ?> + + $uri, + 'title' => Text::_('JLIB_FORM_CHANGE_USER'), + 'closeButton' => true, + 'height' => '100%', + 'width' => '100%', + 'modalWidth' => 80, + 'bodyHeight' => 60, + 'footer' => '' . Text::_('JCANCEL') . '' + ) + ); ?>