diff --git a/changes.txt b/changes.txt index 2255ec43..15430b67 100644 --- a/changes.txt +++ b/changes.txt @@ -4,6 +4,7 @@ MySQL: Remove dedicated view for replication status (added in 4.3.0) PostgreSQL: Sort table names (regression from 4.3.1) Editor: Don't set time zone from PHP, fixes DST Editor: Display field comment's text inside [] only in edit form +Editor: Fix doubleclick on database page Hebrew translation Adminer 4.3.1 (released 2017-04-14): diff --git a/editor/db.inc.php b/editor/db.inc.php index a593c3c4..087bf6cf 100644 --- a/editor/db.inc.php +++ b/editor/db.inc.php @@ -7,7 +7,7 @@ if ($adminer->homepage()) { if ($_POST["query"] != "") { search_tables(); } - echo "\n"; + echo "
\n"; echo '\n"; foreach (table_status() as $table => $row) {
' . lang('Table') . '' . lang('Rows') . "