mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 01:43:47 +01:00
Implement pagerepeat tag for html files
This commit is contained in:
parent
92471650fe
commit
13571a6254
@ -804,6 +804,7 @@ abstract class bo_merge
|
|||||||
case 'application/vnd.oasis.opendocument.text':
|
case 'application/vnd.oasis.opendocument.text':
|
||||||
case 'application/vnd.oasis.opendocument.spreadsheet':
|
case 'application/vnd.oasis.opendocument.spreadsheet':
|
||||||
case 'application/xml':
|
case 'application/xml':
|
||||||
|
case 'text/html':
|
||||||
return $contentstart.implode('',$contentrep).$contentend;
|
return $contentstart.implode('',$contentrep).$contentend;
|
||||||
case 'application/vnd.openxmlformats-officedocument.wordprocessingml.document':
|
case 'application/vnd.openxmlformats-officedocument.wordprocessingml.document':
|
||||||
case 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet':
|
case 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet':
|
||||||
|
Loading…
Reference in New Issue
Block a user