forked from extern/egroupware
Handle NELF placeholder for mimetype text/html
This commit is contained in:
parent
d286a2f8e1
commit
0bc700cf8e
@ -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";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user