mirror of
https://github.com/retailcrm/PHPExcel.git
synced 2025-02-06 01:39:24 +03:00
commit
de3aaa3726
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user