Replace whitespace with html special chars
This commit is contained in:
parent
8cdfb67c7b
commit
edab4de157
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue