diff --git a/reports/report.php b/reports/report.php index 42a19af9f..e2778eef9 100644 --- a/reports/report.php +++ b/reports/report.php @@ -89,7 +89,7 @@ header("Content-Type: application/download"); header("Content-Transfer-Encoding: binary"); header("Content-type: application/vnd.ms-excel;"); - header("Content-Disposition: attachment; filename='" . strtr($report->name, ' ', '_') . "'"); + header("Content-Disposition: attachment; filename=" . strtr($report->name, ' ', '_') . ".xls"); ?>