diff --git a/CHANGELOG.md b/CHANGELOG.md index 5693b61f..3d94e604 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ - CSS: Sticky table headers (bug #918) - CSS: Allow more custom styles with dark mode (bug #925) - CSS: Increase maximum width of string edit (bug #930) +- CSS: Increase space after SQL result (bug #937) - Plugins: autoload plugins from adminer-plugins/ - Plugins: configure plugins with adminer-plugins.php - Plugins: Display loaded plugins in server overview diff --git a/adminer/sql.inc.php b/adminer/sql.inc.php index 8f2020c5..64ef96b6 100644 --- a/adminer/sql.inc.php +++ b/adminer/sql.inc.php @@ -159,7 +159,7 @@ if (!$error && $_POST) { if (!$_POST["only_errors"]) { echo "
\n"; $num_rows = $result->num_rows; - echo "

" . ($num_rows ? ($limit && $num_rows > $limit ? lang('%d / ', $limit) : "") . lang('%d row(s)', $num_rows) : ""); + echo "