From 42af1f2db69bfa3180eee60bae336a64e3744f98 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Tue, 23 Aug 2011 19:56:46 +0000 Subject: [PATCH] Fix line breaks in xmlWord.Documents --- 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 5fe593c412..8f1037f700 100644 --- a/etemplate/inc/class.bo_merge.inc.php +++ b/etemplate/inc/class.bo_merge.inc.php @@ -754,7 +754,7 @@ abstract class bo_merge $break = ' '; break; case 'application/xmlWord.Document': // Word 2003*/ - $break = ''; + $break = ''; break; case 'text/html': $break = '
';