diff --git a/libraries/DisplayResults.class.php b/libraries/DisplayResults.class.php index 96a67c7d9d..a043bc5de8 100644 --- a/libraries/DisplayResults.class.php +++ b/libraries/DisplayResults.class.php @@ -1552,7 +1552,7 @@ class PMA_DisplayResults * * @see _getTableHeaders() */ - private function _getOptionsBlock() + private function _getOptionsBlock() { $options_html = ''; @@ -5920,7 +5920,7 @@ class PMA_DisplayResults } /** - * Display binary fields as hex string for PHP <5.4, + * Display binary fields as hex string for PHP <5.4, * otherwise escape the contents if it may be displayed as hex * * @param string $content String to parse