mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
Fix line breaks in xmlWord.Documents
This commit is contained in:
parent
55bf8f9570
commit
42af1f2db6
@ -754,7 +754,7 @@ abstract class bo_merge
|
||||
$break = ' ';
|
||||
break;
|
||||
case 'application/xmlWord.Document': // Word 2003*/
|
||||
$break = '<w:br/>';
|
||||
$break = '</w:t><w:br/><w:t>';
|
||||
break;
|
||||
case 'text/html':
|
||||
$break = '<br/>';
|
||||
|
Loading…
Reference in New Issue
Block a user