svn: /web/doc-editor/trunk/php/ ExtJsController.php
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Wed, 31 Mar 2010 23:04:58 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=297248
Log:
Fix coment
Changed paths:
U web/doc-editor/trunk/php/ExtJsController.php
Modified: web/doc-editor/trunk/php/ExtJsController.php
===================================================================
--- web/doc-editor/trunk/php/ExtJsController.php 2010-03-31 23:03:10 UTC (rev 297247)
+++ web/doc-editor/trunk/php/ExtJsController.php 2010-03-31 23:04:58 UTC (rev 297248)
@@ -629,7 +629,7 @@
} else {
$return['content'] = iconv($encoding, "UTF-8", $content);
- // We mark this file to be automatically modified by codemirror only if this file is a lang file.
+ // We mark this file to be automatically modified by codemirror only if this file is a lang/ or en/ file.
if( RepositoryManager::getInstance()->isValidLanguage($FileLang) ) { $return['warn_encoding'] = true; }
}