diff --git a/select.inc.php b/select.inc.php index 3fbdb44a..4da734a7 100644 --- a/select.inc.php +++ b/select.inc.php @@ -226,7 +226,7 @@ if (!$columns) { echo "
| '; + echo ' | |
| '; foreach ($row as $key => $val) { $pos = array_search($key, (array) $_GET["order"]); $uri = remove_from_uri($pos !== false ? "(order|desc)%5B$pos%5D" : ""); @@ -243,7 +243,7 @@ if (!$columns) { echo " | |
| ' . (count($select) == count($group) && $_GET["db"] != "information_schema" ? ' ' . lang('edit') . ' ' . lang('clone') . ' | ' : ''); + echo '|
| ' . (count($select) == count($group) && $_GET["db"] != "information_schema" ? ' ' . lang('edit') . ' ' . lang('clone') . ' | ' : ''); foreach ($row as $key => $val) { if (!isset($val)) { $val = "NULL"; @@ -292,7 +292,7 @@ if (!$columns) { } print_page($max_page); } - echo " (" . lang('%d row(s)', $found_rows) . ")\n"; + echo " (" . lang('%d row(s)', $found_rows) . ') \n"; echo ($_GET["db"] != "information_schema" ? "\n" : ""); echo "\n";