diff --git a/include/lh.php b/include/lh.php
index 9012484..5ef9660 100644
--- a/include/lh.php
+++ b/include/lh.php
@@ -34,7 +34,7 @@ for ($i = 0; ($i < $totalLH); $i++) {
echo"
";
echo"$listElem[0] | ";
echo"$listElem[1] | ";
- echo"$listElem[2] | ";
+ echo"".str_replace("0","Ø",$listElem[2])." | ";
if (defined("ENABLEXTDLOOKUP")) {
echo "".getName($listElem[2])." | ";
}
diff --git a/include/localtx.php b/include/localtx.php
index c45b0e6..7864b73 100644
--- a/include/localtx.php
+++ b/include/localtx.php
@@ -38,7 +38,7 @@ for ($i = 0; $i < count($localTXList); $i++) {
echo"
";
echo"$listElem[0] | ";
echo"$listElem[1] | ";
- echo"$listElem[2] | ";
+ echo"".str_replace("0","Ø",$listElem[2])." | ";
if (defined("ENABLEXTDLOOKUP")) {
echo "".getName($listElem[2])." | ";
}
diff --git a/txinfo.php b/txinfo.php
index fabdede..f9e39f9 100644
--- a/txinfo.php
+++ b/txinfo.php
@@ -14,7 +14,7 @@ foreach ($lastHeard as $listElem) {
if ($listElem[6] == null) {
echo"$listElem[0] | ";
echo"$listElem[1] | ";
- echo"$listElem[2] | ";
+ echo"".str_replace("0","Ø",$listElem[2])." | ";
if (defined("ENABLEXTDLOOKUP")) {
echo "".getName($listElem[2])." | ";
}