diff --git a/libraries/common.lib.php b/libraries/common.lib.php index 6771b51c6..738afa48e 100644 --- a/libraries/common.lib.php +++ b/libraries/common.lib.php @@ -453,7 +453,7 @@ function PMA_showHint($message, $bbcode = false, $type = 'notice') return '[sup]' . $nr . '[/sup]'; } - return '' . $nr . ''; + return '' . $nr . ''; } /**