diff --git a/include/lh.php b/include/lh.php
index b6dac32..3206e25 100644
--- a/include/lh.php
+++ b/include/lh.php
@@ -37,7 +37,7 @@ for ($i = 0; ($i < $totalLH); $i++) {
if (constant("SHOWQRZ") && $listElem[2] !== "??????????" && !is_numeric($listElem[2])) {
echo"
".str_replace("0","Ø",$listElem[2])." | ";
} else {
- echo"".str_replace("0","Ø",$listElem[2])." | ";
+ echo"".$listElem[2]." | ";
}
if (defined("ENABLEXTDLOOKUP")) {
echo "".getName($listElem[2])." | ";
diff --git a/include/localtx.php b/include/localtx.php
index cd3a5f6..04d71a3 100644
--- a/include/localtx.php
+++ b/include/localtx.php
@@ -41,7 +41,7 @@ for ($i = 0; $i < count($localTXList); $i++) {
if (constant("SHOWQRZ") && $listElem[2] !== "??????????" && !is_numeric($listElem[2])) {
echo"".str_replace("0","Ø",$listElem[2])." | ";
} else {
- echo"".str_replace("0","Ø",$listElem[2])." | ";
+ echo"".$listElem[2]." | ";
}
if (defined("ENABLEXTDLOOKUP")) {
echo "".getName($listElem[2])." | ";
diff --git a/txinfo.php b/txinfo.php
index 425086b..86bd267 100644
--- a/txinfo.php
+++ b/txinfo.php
@@ -17,7 +17,7 @@ foreach ($lastHeard as $listElem) {
if (constant("SHOWQRZ") && $listElem[2] !== "??????????" && !is_numeric($listElem[2])) {
echo"".str_replace("0","Ø",$listElem[2])." | ";
} else {
- echo"".str_replace("0","Ø",$listElem[2])." | ";
+ echo"".$listElem[2]." | ";
}
if (defined("ENABLEXTDLOOKUP")) {
echo "".getName($listElem[2])." | ";
diff --git a/version.php b/version.php
index cb0adb0..ea00844 100644
--- a/version.php
+++ b/version.php
@@ -1,3 +1,3 @@