ent 9117 service tree mouseover
This commit is contained in:
parent
40c9ed762c
commit
a078fb790a
|
@ -537,7 +537,7 @@ class TreeService extends Tree
|
|||
if (empty($title) === true) {
|
||||
$tmp['title'] = '';
|
||||
} else {
|
||||
$tmp['title'] = $title.'/';
|
||||
$tmp['title'] = io_safe_output($title).'/';
|
||||
}
|
||||
|
||||
$tmp['title'] .= $service->name();
|
||||
|
|
Loading…
Reference in New Issue