diff --git a/ChangeLog b/ChangeLog index 664c357b5..29f2823d5 100755 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,8 @@ $Source$ calendar. 2004-04-27 Garvin Hicking + * db_datadict.php: Bug #942359 - Data dictionary had wrong
- + count. Replace h1 with h2 for consitency * libraries/display_tbl.lib.php, tbl_row_delete: Bug #942356, missing localization for multi-row edit/delete/export feature. * footer.inc.php: Fixed bug #942316 - Consistent window layout for diff --git a/db_datadict.php b/db_datadict.php index b845fd60f..9ce22fd3f 100644 --- a/db_datadict.php +++ b/db_datadict.php @@ -65,8 +65,11 @@ while ($row = PMA_DBI_fetch_assoc($rowset)) { if ($count != 0) { echo '
' . "\n"; + } else { + echo '
' . "\n"; } - echo '

' . $table . '

' . "\n"; + + echo '

' . $table . '

' . "\n"; /** * Gets table informations