mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
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…
x
Reference in New Issue
Block a user