From 7dccf6d9440c0dddf323d5374db39fc1c48d7d8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 2 Jun 2011 17:03:14 +0200 Subject: [PATCH] Revert "Remove div which seems to be leftover from slider removal" This reverts commit 095e0818b8d69722fceae3ad518b74d02b488ed0. It seems to be useful after recent fix for the broken CSS. --- tbl_structure.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tbl_structure.php b/tbl_structure.php index 4f91e169eb..e2a436ded1 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,6 +925,9 @@ if ($cfg['ShowStats']) { + +
+