diff --git a/db_details_structure.php b/db_details_structure.php index d9f7f055e..4ec005b6c 100644 --- a/db_details_structure.php +++ b/db_details_structure.php @@ -630,6 +630,8 @@ if ($num_tables > 0) { = 50002 && $db != 'information_schema')) { ?>
@@ -643,28 +645,29 @@ if ($num_tables > 0) { . htmlspecialchars($GLOBALS['db']) . ''; // else use // $strDBLink = htmlspecialchars($db); -echo ' ' . sprintf($strCreateNewTable, $strDBLink) . ': ' . "\n"; -echo ' '; -echo ' '; -echo ' ' . $strName . ': ' . "\n"; -echo ' '; -echo ' '; -echo ' ' . ''; -echo '  '; -echo ' '; -if (!isset($strNumberOfFields)) { - $strNumberOfFields = $strFields; -} -echo ' ' . $strNumberOfFields . ': ' . "\n"; -echo ' '; -echo ' '; -echo ' ' . '' . "\n"; -echo ' '; -echo ' '; -echo ' ' . ' ' . "\n"; -echo ' '; -echo ' '; -echo '
'; + echo ' ' . sprintf($strCreateNewTable, $strDBLink) . ': ' . "\n"; + echo ' '; + echo ' '; + echo ' ' . $strName . ': ' . "\n"; + echo ' '; + echo ' '; + echo ' ' . ''; + echo '  '; + echo ' '; + if (!isset($strNumberOfFields)) { + $strNumberOfFields = $strFields; + } + echo ' ' . $strNumberOfFields . ': ' . "\n"; + echo ' '; + echo ' '; + echo ' ' . '' . "\n"; + echo ' '; + echo ' '; + echo ' ' . ' ' . "\n"; + echo ' '; + echo ' '; + echo ''; +} // end if (Create Table dialog) /** * Displays the footer