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

@@ -51,3 +51,4 @@ endif;
</table>
</div>
</div>
<br>

View File

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

View File

@@ -104,3 +104,4 @@ endif;
<div class="sp-template sp-template-event-results">
<?php echo $output; ?>
</div>
<br>

View File

@@ -56,3 +56,5 @@ foreach( $venues as $venue ):
</div>
<?php
endforeach;
?>
<br>

View File

@@ -23,3 +23,5 @@ if ( $video_url ):
</div>
<?php
endif;
?>
<br>

View File

@@ -67,3 +67,5 @@ if ( is_array( $leagues ) ):
<?php
endforeach;
endif;
?>
<br>

View File

@@ -57,3 +57,4 @@ $output .= '</dl></div>';
<div class="sp-template sp-template-staff-details">
<?php echo $output; ?>
</div>
<br>

View File

@@ -31,3 +31,5 @@ foreach ( $lists as $list ):
else
sp_get_template( 'player-list.php', array( 'id' => $id ) );
endforeach;
?>
<br>