bug: Table overhead stats: missing space before the unit
Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
parent
65d0e0c26f
commit
4a5541f2a0
@ -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
|
||||
|
||||
@ -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> '
|
||||
. '<span class="unit">' . $overhead_unit . '</span>'
|
||||
. '</a>' . "\n";
|
||||
$overhead_check .=
|
||||
|
||||
Loading…
Reference in New Issue
Block a user