From b5b842ba4f4108d3a4be1010bad404af5d8ddf43 Mon Sep 17 00:00:00 2001 From: Geert Lund Date: Mon, 8 Oct 2001 01:52:52 +0000 Subject: [PATCH] left.php3: Fixed bug #468749: Left Frame not expanding in iCab --- ChangeLog | 6 ++++++ left.php3 | 18 +++++++++--------- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7aa2ec547..c7e35d15a 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,12 @@ phpMyAdmin - Changelog $Id$ $Source$ +2001-10-08 Geert Lund + * left.php3: Fixed bug #468749: Left Frame not expanding in iCab + * made URI references HTML 4.01 complient, this will fix the + error. See http://www.w3.org/TR/html4/appendix/notes.html#h-B.2.2 and + http://www.icab.de/faq.html for further information. + 2001-10-07 Loïc Chapeaux * config.inc.php3, lines 152-153; Documentation.html, lines 573-581; header.inc.php3, line 119; left.php3, line 150: the background colors for diff --git a/left.php3 b/left.php3 index 6f8ddd07c..71e7f38a9 100755 --- a/left.php3 +++ b/left.php3 @@ -150,7 +150,7 @@ echo "\n"; @@ -178,8 +178,8 @@ if ($num_dbs > 1) { $tables = @mysql_list_tables($db); $num_tables = @mysql_numrows($tables); $common_url_query = 'lang=' . $lang - . '&server=' . $server - . '&db=' . urlencode($db); + . '&server=' . $server + . '&db=' . urlencode($db); if ($num_tables) { $num_tables_disp = $num_tables; } else { @@ -228,9 +228,9 @@ if ($num_dbs > 1) { echo "\n"; ?> - + <?php echo " />  - " target="phpmain" href="tbl_properties.php3?&table="> + " target="phpmain" href="tbl_properties.php3?&table=">
- + <?php echo " />  - " target="phpmain" href="tbl_properties.php3?&table="> + " target="phpmain" href="tbl_properties.php3?&table=">