From 1b50a8267f1b83796f775820131662ac8bf65792 Mon Sep 17 00:00:00 2001 From: Tom Early Date: Sat, 13 Jun 2020 13:17:19 -0700 Subject: [PATCH] index lh header --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 66e4ad2..dac3251 100644 --- a/index.php +++ b/index.php @@ -166,7 +166,7 @@ foreach($showlist as $section) { break; case 'LH': echo 'Last Heard:
', "\n"; - $rstr = 'MyCall/Sfx Message Mod Via Location Time
'; + $rstr = 'MyCall/Sfx Message Mod Via Location Time
'; echo str_replace(' ', ' ', $rstr), "\n"; $dbname = $cfgdir.'/qn.db'; $db = new SQLite3($dbname, SQLITE3_OPEN_READONLY);