Typo in a comment !

SVN:trunk[1984]
This commit is contained in:
Denis Flaven
2012-05-14 07:12:17 +00:00
parent 1b686a3164
commit 014d25bcda

View File

@@ -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
}