
The branch, master has been updated via bc49e8b30b4ba594fe1498c7152c632972aa442b (commit) from b923bb3fbbb2260ddf2f3aeb5e580c037ff1e637 (commit) - Log ----------------------------------------------------------------- commit bc49e8b30b4ba594fe1498c7152c632972aa442b Author: Marc Delisle <marc@infomarc.info> Date: Sun Jan 2 08:10:07 2011 -0500 Incorrect linefeed inside span harms type detection ----------------------------------------------------------------------- Summary of changes: tbl_change.php | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/tbl_change.php b/tbl_change.php index eff5ead..5724303 100644 --- a/tbl_change.php +++ b/tbl_change.php @@ -427,8 +427,7 @@ foreach ($rows as $row_id => $vrow) { <input type="hidden" name="fields_name<?php echo $field_name_appendix; ?>" value="<?php echo $field['Field_html']; ?>"/> </td> <?php if ($cfg['ShowFieldTypesInDataEditView']) { ?> - <td align="center"<?php echo $field['wrap']; ?>><span class="column_type"> - <?php echo $field['pma_type']; ?></span> + <td align="center"<?php echo $field['wrap']; ?>><span class="column_type"><?php echo $field['pma_type']; ?></span> </td> <?php } //End if hooks/post-receive -- phpMyAdmin