diff --git a/templates/event-list.php b/templates/event-list.php
index 4090673d..f8249b36 100644
--- a/templates/event-list.php
+++ b/templates/event-list.php
@@ -194,7 +194,7 @@ endif;
$teams_output .= '—';
endif;
- echo '
';
+ echo '
';
$date_html = '' . get_post_time( 'Y-m-d H:i:s', false, $event ) . '' . get_post_time( get_option( 'date_format' ), false, $event, true );
diff --git a/templates/league-table.php b/templates/league-table.php
index 9beaa435..cf7f49df 100644
--- a/templates/league-table.php
+++ b/templates/league-table.php
@@ -121,7 +121,7 @@ foreach ( $data as $team_id => $row ):
$td_class = ' sp-highlight';
endif;
- $output .= '
';
+ $output .= '
';
// Rank
$output .= '| ' . sp_array_value( $row, 'pos' ) . ' | ';