diff --git a/server/export_zip.ts b/server/export_zip.ts index 7c48def..425bbd8 100644 --- a/server/export_zip.ts +++ b/server/export_zip.ts @@ -128,9 +128,9 @@ export function get_export_zip_response( return new Response(readable, { headers: { "content-type": "application/zip", - "Content-Disposition": `attachment; filename="${ + "Content-Disposition": `attachment; filename*=UTF-8''${ encodeURIComponent(title) - }.zip"`, + }.zip`, }, }); }