Fix mismatched tag in MS linefeed

This commit is contained in:
Nathan Gray 2011-08-02 14:25:47 +00:00
parent 5686c441f6
commit 13afee536c

View File

@ -740,7 +740,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;
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>';