diff --git a/pandora_console/include/functions_visual_map.php b/pandora_console/include/functions_visual_map.php index 9415862686..2e41281b8f 100755 --- a/pandora_console/include/functions_visual_map.php +++ b/pandora_console/include/functions_visual_map.php @@ -1664,7 +1664,7 @@ function visual_map_print_item( echo '
'; if ($link) { - echo ""; + echo ''; } // for clean link text from bbdd only edit_visualmap diff --git a/pandora_console/mobile/operation/services.php b/pandora_console/mobile/operation/services.php index 4439a1dffc..c100fb89e7 100644 --- a/pandora_console/mobile/operation/services.php +++ b/pandora_console/mobile/operation/services.php @@ -338,7 +338,7 @@ class Services $name .= ''.__('Nonexistent. This element should be deleted').''; } else { $url = ui_get_full_url('mobile/index.php?page=agent&id='.$item->agent()->id_agente()); - $name = ''; + $name = ''; if (((bool) $item->module()->disabled()) === true) { $disabled_element = true;