diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 244719a12e..0f960dd602 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2014-05-29 Miguel de Dios + + * include/graphs/pandora.d3.js, include/graphs/functions_d3.php, + operation/agentes/networkmap.dinamic.php: fixed the css for the + m$-internet exploter 11. Please Bill Gates travels to Leon. + 2014-05-29 Alejandro Gallardo * include/functions_config.php: Fixed the permission diff --git a/pandora_console/include/graphs/functions_d3.php b/pandora_console/include/graphs/functions_d3.php index b43158981d..6288b1b987 100644 --- a/pandora_console/include/graphs/functions_d3.php +++ b/pandora_console/include/graphs/functions_d3.php @@ -60,7 +60,7 @@ function d3_tree_map_graph ($data, $width = 700, $height = 700, $return = false) if (is_array($data)) $data = json_encode($data); - $output = "
"; + $output = "
"; $output .= include_javascript_d3(true); $output .= "