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";