diff --git a/pandora_console/include/functions_html.php b/pandora_console/include/functions_html.php index 932e8a3457..971355558a 100644 --- a/pandora_console/include/functions_html.php +++ b/pandora_console/include/functions_html.php @@ -2479,7 +2479,7 @@ function html_print_result_div ($text) { $text = preg_replace ('/\n/i','
',$text); $text = preg_replace ('/\s/i',' ',$text); - $enclose = "
"; + $enclose = "
"; $enclose .= $text; $enclose .= "
"; return $enclose; diff --git a/pandora_console/include/functions_ui.php b/pandora_console/include/functions_ui.php index 3c09de2665..860ade261f 100755 --- a/pandora_console/include/functions_ui.php +++ b/pandora_console/include/functions_ui.php @@ -3895,7 +3895,7 @@ function ui_print_module_string_value($value, $id_agente_module, " / " . $module_name; $salida = "
" . + style='display: none; width: 100%; height: 100%; overflow: auto; padding: 10px; font-size: 14px; line-height: 16px; font-family: mono,monospace; text-align: left' title='" . $title_dialog . "'>" . $value . "
" . "