mirror of
https://github.com/retailcrm/PHPExcel.git
synced 2025-04-03 13:23:37 +03:00
commit
de3aaa3726
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue