diff --git a/libraries/tbl_indexes.lib.php b/libraries/tbl_indexes.lib.php index 65d1be38d..a05e94fd3 100644 --- a/libraries/tbl_indexes.lib.php +++ b/libraries/tbl_indexes.lib.php @@ -107,7 +107,7 @@ function PMA_check_indexes($idx_collection) $first_column = current($while_index); $output .= '
'; - $output .= $GLOBALS['strIndexesSeemEqual']; + $output .= $GLOBALS['strIndexesSeemEqual'] . ' '; $output .= $each_index_name . ', ' . $first_column['Key_name']; $output .= '
';