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