Incorrect linefeed inside span harms type detection
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user