Remove extra space
This commit is contained in:
parent
0af37bf05b
commit
1a0ac83ee3
@ -3367,7 +3367,7 @@ function PMA_getHtmlToEditUserGroup($userGroup = null)
|
||||
. '</legend>';
|
||||
|
||||
if ($userGroup == null) {
|
||||
$html_output .= '<label for="userGroup">' . __('Group name: ') . '</label>';
|
||||
$html_output .= '<label for="userGroup">' . __('Group name:') . '</label>';
|
||||
$html_output .= '<input type="text" name="userGroup" autocomplete="off" />';
|
||||
$html_output .= '<div class="clearfloat"></div>';
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user