Output line breaks after templates
This commit is contained in:
@@ -51,3 +51,4 @@ endif;
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
@@ -214,6 +214,7 @@ if ( is_array( $teams ) ):
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<br>
|
||||
<?php
|
||||
endforeach;
|
||||
endif;
|
||||
|
||||
@@ -104,3 +104,4 @@ endif;
|
||||
<div class="sp-template sp-template-event-results">
|
||||
<?php echo $output; ?>
|
||||
</div>
|
||||
<br>
|
||||
@@ -56,3 +56,5 @@ foreach( $venues as $venue ):
|
||||
</div>
|
||||
<?php
|
||||
endforeach;
|
||||
?>
|
||||
<br>
|
||||
@@ -23,3 +23,5 @@ if ( $video_url ):
|
||||
</div>
|
||||
<?php
|
||||
endif;
|
||||
?>
|
||||
<br>
|
||||
@@ -67,3 +67,5 @@ if ( is_array( $leagues ) ):
|
||||
<?php
|
||||
endforeach;
|
||||
endif;
|
||||
?>
|
||||
<br>
|
||||
@@ -57,3 +57,4 @@ $output .= '</dl></div>';
|
||||
<div class="sp-template sp-template-staff-details">
|
||||
<?php echo $output; ?>
|
||||
</div>
|
||||
<br>
|
||||
@@ -31,3 +31,5 @@ foreach ( $lists as $list ):
|
||||
else
|
||||
sp_get_template( 'player-list.php', array( 'id' => $id ) );
|
||||
endforeach;
|
||||
?>
|
||||
<br>
|
||||
Reference in New Issue
Block a user