diff --git a/etemplate/inc/class.bo_merge.inc.php b/etemplate/inc/class.bo_merge.inc.php index e8824d3008..9bf731492a 100644 --- a/etemplate/inc/class.bo_merge.inc.php +++ b/etemplate/inc/class.bo_merge.inc.php @@ -1012,7 +1012,7 @@ abstract class bo_merge break; case 'application/xmlExcel.Sheet': // Excel 2003 $format = '/'.preg_quote('','/').'..('.implode('|',$names).')..'.preg_quote('','/').'/'; - $replacement = '\$\$$1\$\$'; + $replacement = '\$\$$1\$\$'; break; }