diff --git a/libraries/import/mediawiki.php b/libraries/import/mediawiki.php index bdfcd71b55..7f2fe50332 100644 --- a/libraries/import/mediawiki.php +++ b/libraries/import/mediawiki.php @@ -317,7 +317,7 @@ function PMA_setTableName(&$table_name) */ function PMA_setTableHeaders(&$table_headers, $table_row) { - if ( empty($table_headers) ) { + if (empty($table_headers)) { // The first table row should contain the number of columns // If they are not set, generic names will be given (COL 1, COL 2, etc) $num_cols = count($table_row); @@ -486,4 +486,4 @@ function PMA_explodeMarkup($text) return $items; } -?> \ No newline at end of file +?>