diff --git a/pandora_console/include/functions_reporting_html.php b/pandora_console/include/functions_reporting_html.php index 2b06ce1a4b..4869343a84 100644 --- a/pandora_console/include/functions_reporting_html.php +++ b/pandora_console/include/functions_reporting_html.php @@ -4355,7 +4355,7 @@ function reporting_html_last_value($table, $item, $pdf=0) true ); } else { - // PDF align center each column + // Center every row for ($i = 0; $i < 4; $i++) { $table_data->cellstyle['1'][$i] = 'text-align: center;'; }