mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Typo in a comment !
SVN:trunk[1984]
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user