diff --git a/setup/modelfactory.class.inc.php b/setup/modelfactory.class.inc.php index 566ad0007..2b812e243 100644 --- a/setup/modelfactory.class.inc.php +++ b/setup/modelfactory.class.inc.php @@ -1641,7 +1641,7 @@ class MFDocument extends DOMDocument parent::__construct('1.0', 'UTF-8'); $this->registerNodeClass('DOMElement', 'MFElement'); - $this->formatOutput = true; // indent (must by loaded with option LIBXML_NOBLANKS) + $this->formatOutput = true; // indent (must be loaded with option LIBXML_NOBLANKS) $this->preserveWhiteSpace = true; // otherwise the formatOutput option would have no effect }