forked from extern/egroupware
Added MIME Type "text/csv" when "pagerepeat" found
This gives the possibility to use "pagerepeat" in CSV files.
This commit is contained in:
parent
3cdf799a6b
commit
653a0d50c7
@ -798,6 +798,7 @@ abstract class Merge
|
|||||||
case 'application/vnd.oasis.opendocument.spreadsheet':
|
case 'application/vnd.oasis.opendocument.spreadsheet':
|
||||||
case 'application/xml':
|
case 'application/xml':
|
||||||
case 'text/html':
|
case 'text/html':
|
||||||
|
case 'text/csv':
|
||||||
$joiner = '';
|
$joiner = '';
|
||||||
break;
|
break;
|
||||||
case 'application/vnd.openxmlformats-officedocument.wordprocessingml.document':
|
case 'application/vnd.openxmlformats-officedocument.wordprocessingml.document':
|
||||||
|
Loading…
Reference in New Issue
Block a user