bug: Table overhead stats: missing space before the unit

Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
Marc Delisle 2015-04-28 08:41:05 -04:00
parent 65d0e0c26f
commit 4a5541f2a0
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -181,7 +181,7 @@ foreach ($tables as $keyname => $current_table) {
if ($formatted_overhead != '') {
$overhead = '<a href="tbl_structure.php'
. $tbl_url_query . '#showusage">'
. '<span>' . $formatted_overhead . '</span>'
. '<span>' . $formatted_overhead . '</span>&nbsp;'
. '<span class="unit">' . $overhead_unit . '</span>'
. '</a>' . "\n";
$overhead_check .=