mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Use text:line-break, no guarantee that there will be a span
This commit is contained in:
parent
0487ce678a
commit
c2c42cfa92
@ -662,7 +662,7 @@ abstract class bo_merge
|
||||
break;
|
||||
case 'application/vnd.oasis.opendocument.text':
|
||||
case 'application/vnd.oasis.opendocument.spreadsheet':
|
||||
$LF ='</text:span></text:p><text:p><text:span>'; //span is needed here
|
||||
$LF ='<text:line-break/>';
|
||||
break;
|
||||
case 'application/vnd.openxmlformats-officedocument.wordprocessingml.document':
|
||||
case 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet':
|
||||
|
Loading…
Reference in New Issue
Block a user