diff --git a/libraries/common.lib.php b/libraries/common.lib.php index a4fa27435..47aa94359 100644 --- a/libraries/common.lib.php +++ b/libraries/common.lib.php @@ -556,7 +556,7 @@ if ($is_minimum_common == FALSE) { */ function PMA_showHint($hint_message) { - return '' . $hint_message . ''; + return '' . $hint_message . ''; } /**