Fixed colspan.

This commit is contained in:
Michal Čihař
2004-05-13 19:54:02 +00:00
parent 9ef6f98cb1
commit 7c0ae0b17b
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -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