forked from external-repos/pa11y-dashboard
Issue 74 - Fix CSV format for Mac Excel
This commit is contained in:
@@ -52,7 +52,7 @@ function route (app) {
|
||||
JSON.stringify(msg.code),
|
||||
JSON.stringify(msg.message),
|
||||
JSON.stringify(msg.type)
|
||||
].join(', '));
|
||||
].join(','));
|
||||
});
|
||||
res.attachment(getDownloadFileName(task, result, 'csv'));
|
||||
res.send(rows.join('\n'));
|
||||
|
Reference in New Issue
Block a user