From 29940ea6b077935c48d2e946c3c41d1063443782 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 24 May 2011 10:51:26 -0400 Subject: [PATCH] Put back the div that was generated by previous slider --- tbl_structure.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tbl_structure.php b/tbl_structure.php index bb4cc06e7..ffdb0d2d8 100644 --- a/tbl_structure.php +++ b/tbl_structure.php @@ -706,6 +706,7 @@ if (! $tbl_is_view && ! $db_is_information_schema && 'ARCHIVE' != $tbl_type) { // BEGIN - Calc Table Space // Get valid statistics whatever is the table type if ($cfg['ShowStats']) { + echo '
'; if (empty($showtable)) { $showtable = PMA_Table::sGetStatusInfo($GLOBALS['db'], $GLOBALS['table'], null, true); } @@ -924,7 +925,7 @@ if ($cfg['ShowStats']) { - +