Replace whitespace with html special chars

This commit is contained in:
phl0 2017-01-16 18:17:05 +01:00
parent 8cdfb67c7b
commit edab4de157
No known key found for this signature in database
GPG key ID: 48EA1E640798CA9A

View file

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