diff --git a/db_structure.php b/db_structure.php index 0004d375b..fb2ecc0a1 100644 --- a/db_structure.php +++ b/db_structure.php @@ -83,6 +83,7 @@ if ($num_tables == 0) { /** * Displays the tables list */ +echo '
'; $_url_params = array( 'pos' => $pos, 'db' => $db); @@ -530,6 +531,7 @@ if (!$db_is_information_schema) { // display again the table list navigator PMA_listNavigator($total_num_tables, $pos, $_url_params, 'db_structure.php', 'frame_content', $GLOBALS['cfg']['MaxTableList']); ?> +