Remove line break after templates

This commit is contained in:
Brian Miyaji
2014-09-05 22:04:34 +10:00
parent 4fa41fcb59
commit eda0b37a2b
10 changed files with 19 additions and 32 deletions

View File

@@ -4,7 +4,7 @@
*
* @author ThemeBoy
* @package SportsPress/Templates
* @version 1.3
* @version 1.3.2
*/
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
@@ -214,7 +214,6 @@ if ( is_array( $teams ) ):
</table>
</div>
</div>
<br>
<?php
endforeach;
endif;