diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 29410cb71e..ddfa8751fb 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2010-12-22 Miguel de Dios + + * include/functions_reporting.php: cleaned source code style. + 2010-12-22 Sancho Lerena * operation/menu.php, diff --git a/pandora_console/include/functions_reporting.php b/pandora_console/include/functions_reporting.php index 13d5a99f17..313e30a412 100644 --- a/pandora_console/include/functions_reporting.php +++ b/pandora_console/include/functions_reporting.php @@ -1678,7 +1678,7 @@ function render_report_html_item ($content, $table, $report, $mini = false) { array_push ($table->data, $data); // Put description at the end of the module (if exists) - if ($content["description"] != ""){ + if ($content["description"] != "") { $table->colspan[2][0] = 4; $data_desc = array(); $data_desc[0] = $content["description"];