diff --git a/templates/player-statistics-league.php b/templates/player-statistics-league.php index ee2fbc14..0532ea2a 100644 --- a/templates/player-statistics-league.php +++ b/templates/player-statistics-league.php @@ -26,7 +26,7 @@ foreach( $data as $season_id => $row ): $output .= ''; foreach( $labels as $key => $value ): - $output .= '' . sp_array_value( $row, $key, '—' ) . ''; + $output .= '' . sp_array_value( $row, $key, '—' ) . ''; endforeach; $output .= '';