mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
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