';
- echo '';
+ echo ' | ';
echo ' | ';
}
?>
diff --git a/adminer/database.inc.php b/adminer/database.inc.php
index 58697c04..61654930 100644
--- a/adminer/database.inc.php
+++ b/adminer/database.inc.php
@@ -59,7 +59,7 @@ if ($_POST) {
' . h($name) . ' '
- : ''
+ : ''
) . "\n" . ($collations ? html_select("collation", array("" => "(" . lang('collation') . ")") + $collations, $collate) : "");
?>
diff --git a/adminer/db.inc.php b/adminer/db.inc.php
index 9ad10c61..fc0a4853 100644
--- a/adminer/db.inc.php
+++ b/adminer/db.inc.php
@@ -105,7 +105,7 @@ if ($adminer->homepage()) {
if (count($databases) != 1 && $jush != "sqlite") {
$db = (isset($_POST["target"]) ? $_POST["target"] : (support("scheme") ? $_GET["ns"] : DB));
echo "" . lang('Move to other database') . ": ";
- echo ($databases ? html_select("target", $databases, $db) : '');
+ echo ($databases ? html_select("target", $databases, $db) : '');
echo " ";
echo (support("copy") ? " " : "");
echo "\n";
diff --git a/adminer/event.inc.php b/adminer/event.inc.php
index c1926a9b..9e544176 100644
--- a/adminer/event.inc.php
+++ b/adminer/event.inc.php
@@ -35,7 +35,7 @@ if (!$row && $EVENT != "") {
|