From 4a5541f2a059fabb879b2c72bf482c754072eb20 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 28 Apr 2015 08:41:05 -0400 Subject: [PATCH] bug: Table overhead stats: missing space before the unit Signed-off-by: Marc Delisle --- ChangeLog | 1 + db_structure.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 604f25d843..6e7a0128be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ phpMyAdmin - ChangeLog ====================== 4.4.5.0 (not yet released) +- bug Table overhead stats: missing space before the unit 4.4.4.0 (2015-04-26) - bug #4863 Edit vs Change diff --git a/db_structure.php b/db_structure.php index 07eaa2d0fc..9773a94a38 100644 --- a/db_structure.php +++ b/db_structure.php @@ -181,7 +181,7 @@ foreach ($tables as $keyname => $current_table) { if ($formatted_overhead != '') { $overhead = '' - . '' . $formatted_overhead . '' + . '' . $formatted_overhead . ' ' . '' . $overhead_unit . '' . '' . "\n"; $overhead_check .=