mirror of
https://github.com/retailcrm/PHPExcel.git
synced 2024-11-25 06:46:03 +03:00
Merge branch '1.8' of https://github.com/PHPOffice/PHPExcel into 1.8
This commit is contained in:
commit
f29b05b473
@ -766,7 +766,7 @@ class PHPExcel_Helper_HTML
|
|||||||
$domText = preg_replace(
|
$domText = preg_replace(
|
||||||
'/\s+/u',
|
'/\s+/u',
|
||||||
' ',
|
' ',
|
||||||
str_replace(["\r", "\n"], ' ', $textNode->nodeValue)
|
str_replace(array("\r", "\n"), ' ', $textNode->nodeValue)
|
||||||
);
|
);
|
||||||
$this->stringData .= $domText;
|
$this->stringData .= $domText;
|
||||||
$this->buildTextRun();
|
$this->buildTextRun();
|
||||||
|
Loading…
Reference in New Issue
Block a user