Fix config column span
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<?php $i++; endforeach; else: ?>
|
<?php $i++; endforeach; else: ?>
|
||||||
<tr class="alternate">
|
<tr class="alternate">
|
||||||
<td colspan="5"><?php _e( 'No results found.', 'sportspress' ); ?></td>
|
<td colspan="6"><?php _e( 'No results found.', 'sportspress' ); ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
Reference in New Issue
Block a user