From 014d25bcda3fd5193ae279a7f52f7b34aa69b2e0 Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Mon, 14 May 2012 07:12:17 +0000 Subject: [PATCH] Typo in a comment ! SVN:trunk[1984] --- setup/modelfactory.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }