Added MIME Type "text/csv" when "pagerepeat" found

This gives the possibility to use "pagerepeat" in CSV files.
This commit is contained in:
Neo Morina 2017-11-09 13:16:06 +01:00 committed by GitHub
parent 3cdf799a6b
commit 653a0d50c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -798,6 +798,7 @@ abstract class Merge
case 'application/vnd.oasis.opendocument.spreadsheet':
case 'application/xml':
case 'text/html':
case 'text/csv':
$joiner = '';
break;
case 'application/vnd.openxmlformats-officedocument.wordprocessingml.document':