Skip to content

Commit

Permalink
Fix #795 by pulling in a fix for PHPOffice/PHPWord#927
Browse files Browse the repository at this point in the history
  • Loading branch information
tbar0970 committed Aug 29, 2022
1 parent 7f97bda commit 489219a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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')),
Expand Down

0 comments on commit 489219a

Please sign in to comment.