From e221175bf49fc2595e1fd401c8bf50862914c616 Mon Sep 17 00:00:00 2001 From: marcos Date: Thu, 16 Jul 2020 15:57:28 +0200 Subject: [PATCH] updated changes --- pandora_console/include/functions_html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_html.php b/pandora_console/include/functions_html.php index 0b364a6eba..d42852c292 100644 --- a/pandora_console/include/functions_html.php +++ b/pandora_console/include/functions_html.php @@ -2809,7 +2809,7 @@ function html_print_table(&$table, $return=false) } if ($class === 'datos5' && $key === 1) { - $output .= ''.$item.''."\n"; + $output .= ''.$item.''."\n"; } else { $output .= ''.$item.''."\n"; }