Incorrect linefeed inside span harms type detection

This commit is contained in:
Marc Delisle
2011-01-02 08:10:07 -05:00
parent b923bb3fbb
commit bc49e8b30b

View File

@@ -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']; ?>"/> <input type="hidden" name="fields_name<?php echo $field_name_appendix; ?>" value="<?php echo $field['Field_html']; ?>"/>
</td> </td>
<?php if ($cfg['ShowFieldTypesInDataEditView']) { ?> <?php if ($cfg['ShowFieldTypesInDataEditView']) { ?>
<td align="center"<?php echo $field['wrap']; ?>><span class="column_type"> <td align="center"<?php echo $field['wrap']; ?>><span class="column_type"><?php echo $field['pma_type']; ?></span>
<?php echo $field['pma_type']; ?></span>
</td> </td>
<?php } //End if <?php } //End if