Jelajahi Sumber

Typo in a comment !

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1984 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 13 tahun lalu
induk
melakukan
e36693ccc5
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      setup/modelfactory.class.inc.php

+ 1 - 1
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
 	}