diff --git a/ChangeLog b/ChangeLog index 7c21d4d3c..7924a119f 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,9 +5,13 @@ phpMyAdmin - Changelog $Id$ $Source$ +2004-05-09 Alexander M. Turek + * db_datadict.php: Patch #950726 (minor CSS fixes) thanks to + Adam Shantz (musus). + 2004-05-09 Marc Delisle * tbl_properties_operations.php, lang/*: InnoDB table defragmentation - + 2004-05-08 Alexander M. Turek * config.inc.php, db_details_structure.php, Documentation.html, header.inc.php, left.php, main.php, images/*, libraries/common.lib.php, diff --git a/db_datadict.php b/db_datadict.php index 9ce22fd3f..e520cd735 100644 --- a/db_datadict.php +++ b/db_datadict.php @@ -64,7 +64,7 @@ while ($row = PMA_DBI_fetch_assoc($rowset)) { } if ($count != 0) { - echo '
' . "\n"; + echo '
' . "\n"; } else { echo '
' . "\n"; } @@ -160,7 +160,7 @@ while ($row = PMA_DBI_fetch_assoc($rowset)) { ?> - +
@@ -308,7 +308,7 @@ function printPage() //-->
 ' . "\n"; +echo '

 ' . "\n"; require_once('./footer.inc.php'); ?>