mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
Fix linefeed for NELF + application/xml mimetype
This commit is contained in:
parent
aa7fc0f9f9
commit
dffb0b87dd
@ -671,6 +671,11 @@ abstract class bo_merge
|
||||
case 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet':
|
||||
$LF ='</w:r></w:p><w:r><w:t>';
|
||||
break;
|
||||
case 'application/xml';
|
||||
$LF ='</w:t></w:r><w:r><w:br w:type="text-wrapping" w:clear="all"/></w:r><w:r><w:t>';
|
||||
break;
|
||||
default:
|
||||
$LF = "\n";
|
||||
}
|
||||
|
||||
if (strpos($param[0],'$$NELF') === 0)
|
||||
|
Loading…
Reference in New Issue
Block a user