diff --git a/pandora_console/include/functions_reporting_html.php b/pandora_console/include/functions_reporting_html.php index 01af7d49ce..013cb1c617 100644 --- a/pandora_console/include/functions_reporting_html.php +++ b/pandora_console/include/functions_reporting_html.php @@ -2178,7 +2178,7 @@ function reporting_html_agent_module($table, $item) if ($module === null) { $table_data .= ''; } else { - $table_data .= ""; + $table_data .= ''; if (isset($row['show_type']) === true && $row['show_type'] === '1') { $table_data .= $module; } else {