From b3fa7d8208610cb9062e105a7c13a7c04b62cfe6 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Sun, 9 May 2004 12:44:58 +0000 Subject: [PATCH] Patch #950726 --- ChangeLog | 6 +++++- db_datadict.php | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) 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'); ?>