diff --git a/pages/ajax.csvimport.php b/pages/ajax.csvimport.php index cedf7b344..ef9ecf72e 100644 --- a/pages/ajax.csvimport.php +++ b/pages/ajax.csvimport.php @@ -373,6 +373,7 @@ EOF if ($sDisposition == 'attachment') { $oPage = new CSVPage(""); + $oPage->add_header("Content-type: text/csv; charset=utf-8"); $oPage->add_header("Content-disposition: attachment; filename=\"{$sClassDisplayName}.csv\""); $oPage->no_cache(); $oPage->add($sResult);