diff --git a/adminer/db.inc.php b/adminer/db.inc.php index 17fc29b1..deb5c251 100644 --- a/adminer/db.inc.php +++ b/adminer/db.inc.php @@ -63,7 +63,8 @@ if ($adminer->homepage()) { } } $doc_link = doc_link(array('sql' => 'show-table-status.html')); - echo "\n"; + echo "
\n"; + echo "\n"; echo '
'; echo '' . lang('Table'); echo '' . lang('Engine') . doc_link(array('sql' => 'storage-engines.html')); diff --git a/adminer/include/adminer.inc.php b/adminer/include/adminer.inc.php index 2456ea35..99c84280 100644 --- a/adminer/include/adminer.inc.php +++ b/adminer/include/adminer.inc.php @@ -960,7 +960,7 @@ bodyLoad('server_info, * @return null */ function tablesPrint($tables) { - echo "
    \n"; + echo "
      \n"; foreach ($tables as $table => $status) { echo '
    • " . lang('select') . " "; $name = $this->tableName($status); diff --git a/adminer/include/connect.inc.php b/adminer/include/connect.inc.php index 061475a1..4e91a6ba 100644 --- a/adminer/include/connect.inc.php +++ b/adminer/include/connect.inc.php @@ -29,7 +29,8 @@ function connect_error() { $scheme = support("scheme"); $collations = collations(); echo "
      \n"; - echo "\n"; + echo "
      \n"; + echo "\n"; echo "" . (support("database") ? "
       " : "") . "" . lang('Database') . " - " . lang('Refresh') . "" diff --git a/adminer/processlist.inc.php b/adminer/processlist.inc.php index 8f8e9638..e2c0dc94 100644 --- a/adminer/processlist.inc.php +++ b/adminer/processlist.inc.php @@ -13,7 +13,8 @@ page_header(lang('Process list'), $error); ?> - +
      +homepage()) { if ($_POST["query"] != "") { search_tables(); } - echo "
      \n"; + echo "
      \n"; + echo "\n"; echo '\n"; foreach (table_status() as $table => $row) {
      ' . lang('Table') . '' . lang('Rows') . "