forked from extern/egroupware
Merge pull request #28 from neomorina/patch-1
Add MIME Type "text/csv" when "pagerepeat" found
This commit is contained in:
commit
a4608d64d7
@ -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':
|
||||
|
Loading…
Reference in New Issue
Block a user