diff --git a/last_stats.php b/last_stats.php index 92b242a..f127db8 100644 --- a/last_stats.php +++ b/last_stats.php @@ -83,12 +83,12 @@ error_reporting(E_ALL); if ($change < 0) { $fontColor = "red"; - $imagePath = "images\red.png"; + $imagePath = 'images\red.png'; } elseif ($change > 0) { $fontColor = "green"; - $imagePath = "images\green.png"; + $imagePath = 'images\green.png'; } else { - $fontColor = "black"; + $fontColor = 'black'; $imagePath = "images\equal.png"; } @@ -104,7 +104,7 @@ error_reporting(E_ALL); $matches $wins $deaths - $changeChange Indicator + $changeChange Indicator "; }