From 93e835aea84f6bd63317ba9873e1ce61b304ecce Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Wed, 10 Aug 2011 18:33:50 +0200 Subject: [PATCH] Titles of links --- adminer/include/connect.inc.php | 4 ++-- changes.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/adminer/include/connect.inc.php b/adminer/include/connect.inc.php index e495834a..1f354e14 100644 --- a/adminer/include/connect.inc.php +++ b/adminer/include/connect.inc.php @@ -37,8 +37,8 @@ function connect_error() { $root = h(ME) . "db=" . urlencode($db); echo "" . checkbox("db[]", $db, in_array($db, (array) $_POST["db"])); echo "" . h($db) . ""; - echo "" . nbsp(db_collation($db, $collations)) . ""; - echo "?"; + echo "" . nbsp(db_collation($db, $collations)) . ""; + echo "?"; echo "\n"; } echo "\n"; diff --git a/changes.txt b/changes.txt index 5b37ad3f..5e58906a 100644 --- a/changes.txt +++ b/changes.txt @@ -1,5 +1,5 @@ Adminer 3.3.3-dev: -Titles of links in database overview +Titles of links in database overview and navigation Fix trigger export (SQLite) Default trigger statement (SQLite, PostgreSQL) Remove search by expression (PostgreSQL, MS SQL)