diff --git a/pandora_console/include/functions_visual_map.php b/pandora_console/include/functions_visual_map.php index 896202dbdb..65eb95e746 100755 --- a/pandora_console/include/functions_visual_map.php +++ b/pandora_console/include/functions_visual_map.php @@ -123,8 +123,7 @@ function visual_map_print_item($mode = "read", $layoutData, } $agentname = agents_get_name(agents_get_module_id ($id_module)); - $label = str_replace(ui_print_truncate_text($agentname, - 'agent_small', false, true, false, '…', false), $agentname, $label); + $label = str_replace(ui_print_truncate_text($agentname, 'agent_small', false, true, false, '…', false), $agentname, $label); $text = '' . $label .''; if($height == 0){