From 52ba9d47d68c8bc0b0bfcceb390f343ea2258272 Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Mon, 9 Jun 2014 14:48:16 -0400 Subject: [PATCH] LP#1208875: Use text/csv MIME for circ history CSV. Signed-off-by: Jason Stephenson --- Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Account.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Account.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Account.pm index a3916e7e37..cf60d5457d 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Account.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Account.pm @@ -2404,7 +2404,7 @@ sub load_myopac_circ_history_export { [map {$_->{id}} @$ids] ); - return $self->set_file_download_headers($filename); + return $self->set_file_download_headers($filename, 'text/csv; encoding=UTF-8'); } sub load_password_reset { -- 2.11.0