suppression des caractères html
This commit is contained in:
parent
ea40810f5b
commit
f5c086d348
@ -62,6 +62,7 @@ class ExportCSV
|
||||
fputcsv($fp, $this->entete);
|
||||
}
|
||||
foreach ($this->list as $fields) {
|
||||
$fields = array_map('htmlspecialchars_decode', $fields);
|
||||
fputcsv($fp, $fields);
|
||||
}
|
||||
fclose($fp);
|
||||
|
Loading…
x
Reference in New Issue
Block a user