From 489219a945f72a094d4b2c3731418eaca50454e2 Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Mon, 29 Aug 2022 20:27:29 +1000 Subject: [PATCH] Fix #795 by pulling in a fix for https://github.com/PHPOffice/PHPWord/issues/927 --- .../phpword/src/PhpWord/Writer/Word2007/Part/Settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Part/Settings.php b/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Part/Settings.php index 5c6f646c..d881e13a 100644 --- a/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Part/Settings.php +++ b/vendor/phpoffice/phpword/src/PhpWord/Writer/Word2007/Part/Settings.php @@ -106,7 +106,7 @@ private function getSettings() 'w:themeFontLang' => array('@attributes' => array('w:val' => 'en-US')), 'w:decimalSymbol' => array('@attributes' => array('w:val' => '.')), 'w:listSeparator' => array('@attributes' => array('w:val' => ';')), - 'w:compat' => '', + 'w:compat' => array(), 'm:mathPr' => array( 'm:mathFont' => array('@attributes' => array('m:val' => 'Cambria Math')), 'm:brkBin' => array('@attributes' => array('m:val' => 'before')),