Fix line breaks in xmlWord.Documents

This commit is contained in:
Nathan Gray 2011-08-23 19:56:46 +00:00
parent 55bf8f9570
commit 42af1f2db6

View File

@ -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/>';