Fix config column span

This commit is contained in:
Brian Miyaji
2015-05-16 21:05:02 +10:00
parent c65cd4fbf4
commit bbb2c033e4

View File

@@ -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>