fixed bug ##438987 (Blank lines with IE5+)

This commit is contained in:
Loïc Chapeaux
2001-07-06 22:29:33 +00:00
parent 4ad535d0e9
commit 6237fccf9a
2 changed files with 8 additions and 9 deletions

View File

@@ -8,9 +8,10 @@ $Source$
2001-07-05 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* users_details.php3: fixed many little scripting bugs.
* function.js: rewritten to fit javascript standards (eval function was
deprecated a long time ago)
* sql.php3, lines 39-41: fixed bug #438895 (No mixed " and ' possible)
deprecated a long time ago).
* sql.php3, lines 39-41: fixed bug #438895 (No mixed " and ' possible).
* tbl_properties.php3, line 233: removed an unnecessary ';'!
* left.php3: fixed bug ##438987 (Blank lines with IE5+)
2001-07-06 Marc Delisle <lem9@users.sourceforge.net>
* bug #438749 Database lockout: main.php3, we now show "Create

View File

@@ -127,13 +127,11 @@ if ($server > 0) {
$table = mysql_tablename($tables, $j);
echo "\n";
?>
<nobr>
<img src="images/spacer.gif" border="0" width="9" height="9" alt="" />
<a target="phpmain" href="sql.php3?<?php echo $common_url_query; ?>&table=<?php echo urlencode($table); ?>&sql_query=<?php echo urlencode("SELECT * FROM $table"); ?>&pos=0&goto=tbl_properties.php3">
<img src="images/browse.gif" border="0" alt="<?php echo "$strBrowse: $table"; ?>" /></a>&nbsp;
<a class="item" target="phpmain" href="tbl_properties.php3?<?php echo $common_url_query; ?>&table=<?php echo urlencode($table); ?>">
<?php echo $table; ?></a>
</nobr><br />
<nobr><img src="images/spacer.gif" border="0" width="9" height="9" alt="" />
<a target="phpmain" href="sql.php3?<?php echo $common_url_query; ?>&table=<?php echo urlencode($table); ?>&sql_query=<?php echo urlencode("SELECT * FROM $table"); ?>&pos=0&goto=tbl_properties.php3">
<img src="images/browse.gif" border="0" alt="<?php echo "$strBrowse: $table"; ?>" /></a>&nbsp;
<a class="item" target="phpmain" href="tbl_properties.php3?<?php echo $common_url_query; ?>&table=<?php echo urlencode($table); ?>">
<?php echo $table; ?></a></nobr><br />
<?php
} // end for $j (tables list)
echo "\n";