diff --git a/include/localtx.php b/include/localtx.php
index fc68ef0..79269f9 100644
--- a/include/localtx.php
+++ b/include/localtx.php
@@ -37,9 +37,9 @@ for ($i = 0; $i < count($localTXList); $i++) {
echo"
$listElem[4] | ";
echo"$listElem[5] | ";
if ($listElem[6] == null) {
- echo'in TX | ';
+ echo'in TX | | | ';
} else if ($listElem[6] == "SMS") {
- echo'sending or receiving SMS | ';
+ echo'sending or receiving SMS | | | ';
} else {
echo"$listElem[6] | ";
echo"$listElem[7] | ";