Merge pull request #28 from neomorina/patch-1

Add MIME Type "text/csv" when "pagerepeat" found
This commit is contained in:
Nathan Gray 2017-11-10 08:50:47 -07:00 committed by GitHub
commit a4608d64d7
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':