瀏覽代碼

Typo in a comment !

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1984 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 13 年之前
父節點
當前提交
e36693ccc5
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
 	}