patch 1209863, XHTML validity

This commit is contained in:
Marc Delisle
2005-05-31 16:50:49 +00:00
parent 36099ecac3
commit f9816c93fa
2 changed files with 8 additions and 3 deletions

View File

@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$
$Source$
2005-05-31 Marc Delisle <lem9@users.sourceforge.net>
* db_details_structure.php: patch 1209863, XHTML validity,
thanks to Ryan Schmidt
2005-05-29 Marc Delisle <lem9@users.sourceforge.net>
* tbl_change.php: bug #1184325, Label IDs mismatch for ENUM type,
thanks to Ryan Schmidt

View File

@@ -631,9 +631,9 @@ if ($num_tables > 0) {
<?php
} // end if
?>
<table border="0" cellpadding="2" cellspacing="0">
<!-- Create a new table -->
<form method="post" action="tbl_create.php" onsubmit="return (emptyFormElements(this, 'table') && checkFormElementInRange(this, 'num_fields', 1))">
<form method="post" action="tbl_create.php" onsubmit="return (emptyFormElements(this, 'table') && checkFormElementInRange(this, 'num_fields', 1))">
<table border="0" cellpadding="2" cellspacing="0">
<tr>
<td class="tblHeaders" colspan="3" nowrap="nowrap"><?php
echo PMA_generate_common_hidden_inputs($db);
@@ -660,7 +660,8 @@ echo ' </td>';
echo ' <td align="right">';
echo ' ' . '&nbsp;<input type="submit" value="' . $strGo . '" />' . "\n";
echo ' </td> </tr>';
echo ' </form>';
echo ' </table>';
echo '</form>';
/**
* Displays the footer