Fix display of nodes in search that have HTML chars

This commit is contained in:
Deon George 2023-07-26 19:44:25 +10:00
parent 4e44e2e266
commit e5944f8b3d
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ class HomeController extends Controller
if ($o->zone_id && ($o->region_id||$o->host_id) && is_numeric($o->node_id) && is_numeric($o->point_id))
$ftn = sprintf('%d:%d/%d.%d',$o->zone_id,$o->host_id ?: $o->region_id,$o->node_id,$o->point_id);
$result->push(['id'=>$o->system_id,'name'=>$o->name.($ftn ? ' '.$ftn : ''),'value'=>url('system/view',[$o->system_id]),'category'=>'Systems']);
$result->push(['id'=>$o->system_id,'name'=>htmlspecialchars($o->name).($ftn ? ' '.$ftn : ''),'value'=>url('system/view',[$o->system_id]),'category'=>'Systems']);
}
// Look for Echomail