Minor fix

This commit is contained in:
2023-05-29 14:01:00 +08:00
parent 6c4c0836ed
commit 54669038e0

View File

@@ -117,7 +117,7 @@ export function get_export_zip_response(gid: number, db: EhDb) {
headers: {
"content-type": "application/zip",
"Content-Disposition": `attachment; filename="${
gmeta.title.replace(/"/g, '\\"')
encodeURIComponent(gmeta.title)
}.zip"`,
},
});