This commit is contained in:
MarkBaker 2016-01-01 16:42:05 +00:00
commit f29b05b473

View File

@ -766,7 +766,7 @@ class PHPExcel_Helper_HTML
$domText = preg_replace(
'/\s+/u',
' ',
str_replace(["\r", "\n"], ' ', $textNode->nodeValue)
str_replace(array("\r", "\n"), ' ', $textNode->nodeValue)
);
$this->stringData .= $domText;
$this->buildTextRun();