diff --git a/libraries/server_privileges.lib.php b/libraries/server_privileges.lib.php index 8f5ffebf76..8a36d50d98 100644 --- a/libraries/server_privileges.lib.php +++ b/libraries/server_privileges.lib.php @@ -2076,7 +2076,7 @@ function PMA_getHtmlForSpecificDbPrivileges($db) $html_output .= PMA_getHtmlTableBodyForSpecificDbOrTablePrivs($privMap, $db); $html_output .= ''; - $html_output .= '
'; + $html_output .= '
'; $html_output .= PMA_Util::getWithSelected( $GLOBALS['pmaThemeImage'], $GLOBALS['text_dir'], "usersForm" );