From 1be120b1dcecfd5ce6a0f7c6867341b07beca657 Mon Sep 17 00:00:00 2001 From: Jose Gonzalez Date: Fri, 27 Mar 2020 12:18:09 +0100 Subject: [PATCH] Solved issue with display style --- pandora_console/include/functions_snmp_browser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_snmp_browser.php b/pandora_console/include/functions_snmp_browser.php index 48e45d0e36..224a4ecc3f 100644 --- a/pandora_console/include/functions_snmp_browser.php +++ b/pandora_console/include/functions_snmp_browser.php @@ -783,7 +783,7 @@ function snmp_browser_print_container($return=false, $width='100%', $height='60% $table2->cellstyle[0][2] = 'text-align:center;'; // This extra div that can be handled by jquery's dialog. - $output = '
'; + $output = '
'; $output .= '
'; $output .= '
'; $output .= html_print_table($table, true);