From 18c9866ff32b2e011f85b7b6126eb5db8180aedf Mon Sep 17 00:00:00 2001 From: EA4GKQ Date: Thu, 23 Jun 2016 21:14:54 +0200 Subject: [PATCH] fix color tag --- include/lh.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/include/lh.php b/include/lh.php index 710a757..07bc238 100644 --- a/include/lh.php +++ b/include/lh.php @@ -25,7 +25,11 @@ for ($i = 0; ($i < LHLINES) AND ($i < count($lastHeard)); $i++) { echo"$listElem[2]"; echo"$listElem[3]"; echo"$listElem[4]"; - echo"$listElem[5]"; + if ($listElem[5] == "RF"){ + echo "RF"; + }else{ + echo"$listElem[5]"; + } if ($listElem[6] == null) { echo'transmitting'; } else if ($listElem[6] == "SMS") {