From 8320a9f85c33e106d73681df86118f33a0b61413 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Mon, 25 Aug 2014 00:18:44 +1000 Subject: [PATCH] Output line breaks after templates --- templates/event-details.php | 3 ++- templates/event-performance.php | 1 + templates/event-results.php | 1 + templates/event-venue.php | 2 ++ templates/event-video.php | 2 ++ templates/player-statistics.php | 2 ++ templates/staff-details.php | 3 ++- templates/team-lists.php | 2 ++ 8 files changed, 14 insertions(+), 2 deletions(-) diff --git a/templates/event-details.php b/templates/event-details.php index 53b70ac4..9433d33e 100644 --- a/templates/event-details.php +++ b/templates/event-details.php @@ -50,4 +50,5 @@ endif; - \ No newline at end of file + +
\ No newline at end of file diff --git a/templates/event-performance.php b/templates/event-performance.php index 1efe059a..c2878b7d 100644 --- a/templates/event-performance.php +++ b/templates/event-performance.php @@ -214,6 +214,7 @@ if ( is_array( $teams ) ): +
+
\ No newline at end of file diff --git a/templates/event-venue.php b/templates/event-venue.php index 988001b8..3cc000eb 100644 --- a/templates/event-venue.php +++ b/templates/event-venue.php @@ -56,3 +56,5 @@ foreach( $venues as $venue ): +
\ No newline at end of file diff --git a/templates/event-video.php b/templates/event-video.php index 1b041028..fdde5f74 100644 --- a/templates/event-video.php +++ b/templates/event-video.php @@ -23,3 +23,5 @@ if ( $video_url ): +
\ No newline at end of file diff --git a/templates/player-statistics.php b/templates/player-statistics.php index a0ab5b3b..110be4bc 100644 --- a/templates/player-statistics.php +++ b/templates/player-statistics.php @@ -67,3 +67,5 @@ if ( is_array( $leagues ) ): +
\ No newline at end of file diff --git a/templates/staff-details.php b/templates/staff-details.php index 2b139737..3272f7b6 100644 --- a/templates/staff-details.php +++ b/templates/staff-details.php @@ -56,4 +56,5 @@ $output .= ''; ?>
-
\ No newline at end of file + +
\ No newline at end of file diff --git a/templates/team-lists.php b/templates/team-lists.php index 48fe5de1..dd1efa14 100644 --- a/templates/team-lists.php +++ b/templates/team-lists.php @@ -31,3 +31,5 @@ foreach ( $lists as $list ): else sp_get_template( 'player-list.php', array( 'id' => $id ) ); endforeach; +?> +
\ No newline at end of file