From 3e248e6eb209846ac219a38379f65c283c29c885 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Tue, 2 Aug 2011 14:30:14 +0000 Subject: [PATCH] Fix mismatched tag in MS linefeed --- 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 1cfca9257d..0a92fd1455 100644 --- a/etemplate/inc/class.bo_merge.inc.php +++ b/etemplate/inc/class.bo_merge.inc.php @@ -589,7 +589,7 @@ abstract class bo_merge break; case 'application/vnd.openxmlformats-officedocument.wordprocessingml.document': case 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet': - $LF =''; + $LF =''; break; }