Handle NELF placeholder for mimetype text/html

This commit is contained in:
Hadi Nategh 2017-02-09 15:01:56 +01:00
parent 8a69cca7a6
commit 83a6595d26

View File

@ -1521,6 +1521,9 @@ abstract class Merge
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;
case 'text/html':
$LF = "<br/>";
break;
default:
$LF = "\n";
}