From 050105500a696c47a807ac918b7a6596fa00200a Mon Sep 17 00:00:00 2001 From: dg9vh Date: Wed, 13 Jul 2016 13:07:23 +0000 Subject: [PATCH] Making W3C-Valid --- include/lh.php | 24 ++++++++++++------------ index.php | 10 +++++++--- version.php | 2 +- 3 files changed, 20 insertions(+), 16 deletions(-) diff --git a/include/lh.php b/include/lh.php index eba90dd..beef10c 100644 --- a/include/lh.php +++ b/include/lh.php @@ -25,24 +25,24 @@ $totalLH = count($lastHeard); for ($i = 0; ($i < $totalLH); $i++) { $listElem = $lastHeard[$i]; echo""; - echo"$listElem[0]"; - echo"$listElem[1]"; - echo"$listElem[2]"; - echo"$listElem[3]"; - echo"$listElem[4]"; + echo"$listElem[0]"; + echo"$listElem[1]"; + echo"$listElem[2]"; + echo"$listElem[3]"; + echo"$listElem[4]"; if ($listElem[5] == "RF"){ - echo "RF"; + echo "RF"; }else{ - echo"$listElem[5]"; + echo"$listElem[5]"; } if ($listElem[6] == null) { - echo'transmitting'; + echo'transmitting'; } else if ($listElem[6] == "SMS") { - echo'sending or receiving SMS'; + echo'sending or receiving SMS'; } else { - echo"$listElem[6]"; - echo"$listElem[7]"; - echo"$listElem[8]"; + echo"$listElem[6]"; + echo"$listElem[7]"; + echo"$listElem[8]"; } echo"\n"; } diff --git a/index.php b/index.php index 60e3d8f..455c24f 100644 --- a/index.php +++ b/index.php @@ -11,7 +11,7 @@ include "include/functions.php"; include "version.php"; ?> - + @@ -24,9 +24,13 @@ include "version.php"; - + - + <?php echo getCallsign($mmdvmconfigs) ?> - MMDVM-Dashboard by DG9VH diff --git a/version.php b/version.php index 4bdaed2..d30858a 100644 --- a/version.php +++ b/version.php @@ -1,3 +1,3 @@ \ No newline at end of file