diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2021-01-20 09:13:25 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2021-01-20 09:13:33 +0000 |
| commit | a0e7c4295c1f0b23b4dae10740838cc05665866f (patch) | |
| tree | 4e4f1587dbfca52a1da78122f6e4758a9c578efc /app/Http/RequestHandlers/PendingChangesLogDownload.php | |
| parent | ba7c3e26ff663c2e583d184a239141932e62a3f8 (diff) | |
| download | webtrees-a0e7c4295c1f0b23b4dae10740838cc05665866f.tar.gz webtrees-a0e7c4295c1f0b23b4dae10740838cc05665866f.tar.bz2 webtrees-a0e7c4295c1f0b23b4dae10740838cc05665866f.zip | |
Use consistent upper/lower case in charset header
Diffstat (limited to 'app/Http/RequestHandlers/PendingChangesLogDownload.php')
| -rw-r--r-- | app/Http/RequestHandlers/PendingChangesLogDownload.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Http/RequestHandlers/PendingChangesLogDownload.php b/app/Http/RequestHandlers/PendingChangesLogDownload.php index a78e0eb7a9..10ac11362c 100644 --- a/app/Http/RequestHandlers/PendingChangesLogDownload.php +++ b/app/Http/RequestHandlers/PendingChangesLogDownload.php @@ -76,7 +76,7 @@ class PendingChangesLogDownload implements RequestHandlerInterface ->implode("\n"); return response($content, StatusCodeInterface::STATUS_OK, [ - 'Content-Type' => 'text/csv; charset=utf-8', + 'Content-Type' => 'text/csv; charset=UTF-8', 'Content-Disposition' => 'attachment; filename="changes.csv"', ]); } |
