From c2c42cfa92199f8b03a5da39a687048cc0f97fe0 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Thu, 3 Mar 2011 18:22:49 +0000 Subject: [PATCH] Use text:line-break, no guarantee that there will be a span --- etemplate/inc/class.bo_merge.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etemplate/inc/class.bo_merge.inc.php b/etemplate/inc/class.bo_merge.inc.php index 6d6eddbf4f..90c9d059e0 100644 --- a/etemplate/inc/class.bo_merge.inc.php +++ b/etemplate/inc/class.bo_merge.inc.php @@ -662,7 +662,7 @@ abstract class bo_merge break; case 'application/vnd.oasis.opendocument.text': case 'application/vnd.oasis.opendocument.spreadsheet': - $LF =''; //span is needed here + $LF =''; break; case 'application/vnd.openxmlformats-officedocument.wordprocessingml.document': case 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet':