diff --git a/include/lh.php b/include/lh.php
index 44be830..55e723c 100644
--- a/include/lh.php
+++ b/include/lh.php
@@ -34,17 +34,17 @@ for ($i = 0; ($i < $totalLH); $i++) {
echo"
";
echo"$listElem[0] | ";
echo"$listElem[1] | ";
- if ($listElem[2] !== "??????????") {
- if (!is_numeric($listElem[2])) {
- if (constant("SHOWQRZ")) {
- echo"".str_replace("0","Ø",$listElem[2])." | ";
- } else {
- echo"".$listElem[2]." | ";
- }
- } else {
- echo"".$listElem[2]." | ";
- }
- }
+ if ($listElem[2] !== "??????????") {
+ if (!is_numeric($listElem[2])) {
+ if (constant("SHOWQRZ")) {
+ echo"".str_replace("0","Ø",$listElem[2])." | ";
+ } else {
+ echo"".$listElem[2]." | ";
+ }
+ } else {
+ echo"".$listElem[2]." | ";
+ }
+ }
if (defined("ENABLEXTDLOOKUP")) {
echo "".getName($listElem[2])." | ";
}
diff --git a/include/localtx.php b/include/localtx.php
index d8a4450..2f1d6f5 100644
--- a/include/localtx.php
+++ b/include/localtx.php
@@ -38,17 +38,17 @@ for ($i = 0; $i < count($localTXList); $i++) {
echo"
";
echo"$listElem[0] | ";
echo"$listElem[1] | ";
- if ($listElem[2] !== "??????????") {
- if (!is_numeric($listElem[2])) {
- if (constant("SHOWQRZ")) {
- echo"".str_replace("0","Ø",$listElem[2])." | ";
- } else {
- echo"".$listElem[2]." | ";
- }
- } else {
- echo"".$listElem[2]." | ";
- }
- }
+ if ($listElem[2] !== "??????????") {
+ if (!is_numeric($listElem[2])) {
+ if (constant("SHOWQRZ")) {
+ echo"".str_replace("0","Ø",$listElem[2])." | ";
+ } else {
+ echo"".$listElem[2]." | ";
+ }
+ } else {
+ echo"".$listElem[2]." | ";
+ }
+ }
if (defined("ENABLEXTDLOOKUP")) {
echo "$listElem[3] | ";
}