diff --git a/libraries/server_privileges.lib.php b/libraries/server_privileges.lib.php index 057f0d9493..877adf8a15 100644 --- a/libraries/server_privileges.lib.php +++ b/libraries/server_privileges.lib.php @@ -4526,8 +4526,8 @@ function PMA_getHtmlHeaderForUserProperties( } $html_output .= '' . "\n"; - $cur_user = htmlspecialchars($GLOBALS['dbi']->getCurrentUser()); - $user = htmlspecialchars($username . '@' . $hostname); + $cur_user = $GLOBALS['dbi']->getCurrentUser(); + $user = $username . '@' . $hostname; // Add a short notice for the user // to remind him that he is editing his own privileges if ($user === $cur_user) {