Handle NELF placeholder for mimetype text/html

This commit is contained in:
Hadi Nategh 2017-02-09 15:01:56 +01:00
parent d286a2f8e1
commit 0bc700cf8e

View File

@ -1506,6 +1506,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";
}