Skip to content

Commit 36aeceb

Browse files
committed
fix from tfood to tfoot
1 parent af48452 commit 36aeceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/mf_custom_fields.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ function fields_list() {
182182
<th scope="col" id="name" class="manage-column column-title" width="35%"><?php _e('Name',$mf_domain); ?> (<?php _e('order',$mf_domain); ?>)</th>
183183
<th scope="col" id="type" class="manage-column column-title" width="25%"><?php _e('Type',$mf_domain); ?></th>
184184
</tr>
185-
</tfood>
185+
</tfoot>
186186
<tbody rel="group-<?php print $group['id']; ?>" >
187187
<?php foreach($fields as $field): ?>
188188
<tr id="order_<?php echo $field['id']; ?>">

0 commit comments

Comments
 (0)