Remove extra whitespace

This commit is contained in:
Michal Čihař 2013-05-02 15:05:55 +02:00
parent 3a9ea899bd
commit c3cac803cc

View File

@ -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