From: CMDR furrycat Date: Tue, 9 Feb 2016 15:08:00 +0000 (-0500) Subject: Fixed highlight key. X-Git-Url: http://git.furryclan.net/?a=commitdiff_plain;h=801282ce739bc19e03859d911d759d6fcdf77eba;p=furrycat%2Frace-o-matic.git Fixed highlight key. --- diff --git a/lib/race.php b/lib/race.php index 6b97238..a20c789 100644 --- a/lib/race.php +++ b/lib/race.php @@ -150,7 +150,7 @@ echo "\n"; echo "\n"; foreach ($keys as $key => $description) { - echo "\n"; + echo "\n"; } foreach ($rows as $key => $description) { echo "\n"; @@ -186,7 +186,7 @@ echo "[table]\n"; foreach ($keys as $key => $description) { echo "[tr]"; - echo "[td=\"bgcolor: " . colour($key)[0] . "\"][color=" . entry_fgcolor(0, 0) . "]"; + echo "[td=\"bgcolor: " . colour($key)[0] . "\"][color=" . entry_fgcolor(0, 0, 1, 1) . "]"; echo $description; echo "[/color][/td]"; echo "[/tr]\n"; @@ -212,7 +212,7 @@ echo "[td]"; echo $description; echo "[/td]"; - echo "[/tr]"; + echo "[/tr]\n"; } echo "[/table]\n"; echo "[/td]\n";
$description
$description
$description