diff --git a/ChangeLog b/ChangeLog index c93c5f88f4..1de37bd49e 100755 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,8 @@ $Source$ thanks to Ryan Schmidt * libraries/common.lib.php: bug #1397749, Safari: space before PMA_linkOrButton link is part of the link, thanks to Ryan Schmidt + * server_privileges.php: bug #1398018, Safari fieldset float issue in + privileges screens, thanks to Ryan Schmidt 2006-01-06 Marc Delisle * db_datadict.php, pdf_schema.php: bug #1389165, data dict shows all diff --git a/server_privileges.php b/server_privileges.php index 0315529da4..b6e33978c4 100644 --- a/server_privileges.php +++ b/server_privileges.php @@ -377,6 +377,8 @@ function PMA_displayPrivTable($db = '*', $table = '*', $submit = TRUE, $indent = } // end foreach() echo $spaces . ' ' . "\n"; + // for Safari 2.0.2 + echo $spaces . '
' . "\n"; } else { @@ -529,6 +531,8 @@ function PMA_displayPrivTable($db = '*', $table = '*', $submit = TRUE, $indent = } echo $spaces . ' ' . "\n"; } + // for Safari 2.0.2 + echo $spaces . '
' . "\n"; } echo $spaces . '' . "\n"; if ($submit) {