diff --git a/css/monospacetables.css b/css/monospacetables.css
new file mode 100644
index 0000000..6738fd0
--- /dev/null
+++ b/css/monospacetables.css
@@ -0,0 +1,14 @@
+.localTx {
+ font-family: monospace;
+ font-size: 14px;
+}
+
+.lastHeard {
+ font-family: monospace;
+ font-size: 14px;
+}
+
+.curTx {
+ font-family: monospace;
+ font-size: 14px;
+}
diff --git a/include/functions.php b/include/functions.php
index 7faaba1..1270f82 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -375,6 +375,7 @@ function getHeardList($logLines, $onlyLast) {
$target = substr($logLine, $topos + 3);
+ $target = preg_replace('/\s/', ' ', $target);
$source = "RF";
if (strpos($logLine,"network") > 0 ) {
$source = "Net";
diff --git a/include/lh_ajax.php b/include/lh_ajax.php
index fe75b10..680d9b2 100644
--- a/include/lh_ajax.php
+++ b/include/lh_ajax.php
@@ -6,7 +6,7 @@ $totalLH = count($lastHeard);
Last Heard List of today's callsigns.
-
+
Time () |
diff --git a/include/localtx_ajax.php b/include/localtx_ajax.php
index a14284d..1ef5e27 100644
--- a/include/localtx_ajax.php
+++ b/include/localtx_ajax.php
@@ -6,7 +6,7 @@ $totalLH = count($lastHeard);
Today's local transmissions
-
+
Time () |
diff --git a/include/txinfo.php b/include/txinfo.php
index 7cb60d1..e98b0bd 100644
--- a/include/txinfo.php
+++ b/include/txinfo.php
@@ -3,7 +3,7 @@
Currently TXing
-
+
Time () |
diff --git a/index.php b/index.php
index 940ee61..cee54e7 100644
--- a/index.php
+++ b/index.php
@@ -23,6 +23,8 @@ include "version.php";
+
+