From 46b579bdedc38520c43245dadc7df287a71f93d9 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Thu, 31 Mar 2016 04:02:51 +1100 Subject: [PATCH] Highlight total row in player statistics --- templates/player-statistics-league.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .= '';