Remove extra space

This commit is contained in:
Michal Čihař 2013-07-29 15:36:51 +02:00
parent 0af37bf05b
commit 1a0ac83ee3

View File

@ -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>';
}