Fix mismatched tag in MS linefeed

This commit is contained in:
Nathan Gray 2011-08-02 14:30:14 +00:00
parent 9d98666cfc
commit 3e248e6eb2

View File

@ -589,7 +589,7 @@ abstract class bo_merge
break;
case 'application/vnd.openxmlformats-officedocument.wordprocessingml.document':
case 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet':
$LF ='</w:r></w:p><w:r><w:t>';
$LF ='</w:t></w:r></w:p><w:p><w:r><w:t>';
break;
}