Fixed colspan.
This commit is contained in:
@@ -27,6 +27,7 @@ $Source$
|
||||
* main.php, css/phpmyadmin.css.php: Let's get rid of some tables.
|
||||
* libraries/sqlparser.lib.php, lang/*: Report syntax error when there is
|
||||
a broken comment (bug #905066).
|
||||
* db_details_structure.php: Fixed colspan.
|
||||
|
||||
2004-05-12 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* db_details_structure.php: bug #951143, undefined $header_url_qry
|
||||
|
@@ -487,7 +487,7 @@ else {
|
||||
} // end if
|
||||
} else {
|
||||
?>
|
||||
<td colspan="3" align="center" bgcolor="<?php echo $bgcolor; ?>" <?php echo $click_mouse; ?>>
|
||||
<td colspan="4" align="center" bgcolor="<?php echo $bgcolor; ?>" <?php echo $click_mouse; ?>>
|
||||
<?php echo $strInUse . "\n"; ?>
|
||||
</td>
|
||||
<?php
|
||||
|
Reference in New Issue
Block a user