svn: /web/doc-editor/trunk/php/ ToolsError.php
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Sun, 28 Mar 2010 21:40:00 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=297026
Log:
Fix comment for documentNotUTF8 method
Changed paths:
U web/doc-editor/trunk/php/ToolsError.php
Modified: web/doc-editor/trunk/php/ToolsError.php
===================================================================
--- web/doc-editor/trunk/php/ToolsError.php 2010-03-28 21:37:12 UTC (rev 297025)
+++ web/doc-editor/trunk/php/ToolsError.php 2010-03-28 21:40:00 UTC (rev 297026)
@@ -1182,8 +1182,8 @@
}
/**
- * Check for tabs into the document
- * Add an entry into the error's stack if a tab is found in the document
+ * Check the document encoding
+ * Add an entry into the error's stack if the document is not UTF8
*
*/
function documentNotUTF8($lang)