Fixed build.
This commit is contained in:
parent
ebbb3a525e
commit
508d6194fc
|
|
@ -16,6 +16,7 @@
|
|||
*/
|
||||
|
||||
namespace PhpOffice\PhpWord\Writer\ODText\Element;
|
||||
|
||||
use PhpOffice\PhpWord\Settings;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@
|
|||
*/
|
||||
|
||||
namespace PhpOffice\PhpWord\Writer\ODText\Element;
|
||||
|
||||
use PhpOffice\PhpWord\Settings;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@ class Meta extends AbstractPart
|
|||
// $xmlWriter->writeAttribute('meta:value-type', $type);
|
||||
// }
|
||||
if (Settings::isOutputEscapingEnabled()) {
|
||||
$xmlWriter->text($value);
|
||||
$xmlWriter->text($value);
|
||||
} else {
|
||||
$xmlWriter->writeRaw($value);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue