Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2011-09-17 14:38:49 +0400
committerMarc Delisle <marc@infomarc.info>2011-09-17 14:38:49 +0400
commit56a73a463ae9e02891eab15c6c28c1e757cb98b4 (patch)
tree40206f89a1d86cf2f7c89d5e9eec9cc8613dc6f2 /tbl_zoom_select.php
parent9d083bee677b5f2f0979f2633bc2c0f192824569 (diff)
XHTML problems
Diffstat (limited to 'tbl_zoom_select.php')
-rw-r--r--tbl_zoom_select.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/tbl_zoom_select.php b/tbl_zoom_select.php
index 11754b8d68..f3c7be5292 100644
--- a/tbl_zoom_select.php
+++ b/tbl_zoom_select.php
@@ -133,7 +133,7 @@ for ($i = 0; $i < 4; $i++) {
if ($i == 2) {
echo "<tr><td>";
echo __("Additional search criteria");
- echo "</td><tr>";
+ echo "</td></tr>";
}
?>
<tr class="noclick <?php echo $odd_row ? 'odd' : 'even'; $odd_row = ! $odd_row; ?>">
@@ -232,10 +232,10 @@ for ($i = 0; $i < 4; $i++) {
</td>
</tr>
- <input type="hidden" name="types[<?php echo $i; ?>]" id="types_<?php echo $i; ?>"
+ <tr><td><input type="hidden" name="types[<?php echo $i; ?>]" id="types_<?php echo $i; ?>"
value="<?php if(isset($tbl_fields_type[$i]))echo $tbl_fields_type[$i]; ?>" />
<input type="hidden" name="collations[<?php echo $i; ?>]"
- value="<?php if(isset($tbl_fields_collation[$i]))echo $tbl_fields_collation[$i]; ?>" />
+ value="<?php if(isset($tbl_fields_collation[$i]))echo $tbl_fields_collation[$i]; ?>" /></td></tr>
<?php
}//end for