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 .=