Output line breaks after templates

This commit is contained in:
Brian Miyaji
2014-08-25 00:18:44 +10:00
parent b97d6c70d5
commit 8320a9f85c
8 changed files with 14 additions and 2 deletions

View File

@@ -214,6 +214,7 @@ if ( is_array( $teams ) ):
</table>
</div>
</div>
<br>
<?php
endforeach;
endif;