svn: /web/doc-editor/trunk/ error_type.php
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Tue, 13 Apr 2010 04:49:14 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=297940
Log:
Disable acronym check for EN document
Changed paths:
U web/doc-editor/trunk/error_type.php
Modified: web/doc-editor/trunk/error_type.php
===================================================================
--- web/doc-editor/trunk/error_type.php 2010-04-13 04:45:20 UTC (rev 297939)
+++ web/doc-editor/trunk/error_type.php 2010-04-13 04:49:14 UTC (rev 297940)
@@ -256,8 +256,9 @@
$error['attributXmlIdVarlistentry']['head'] = 'Varlistentry tag';
$error['attributXmlIdVarlistentry']['desc'] = 'Throw if the value of the attribut <b>xml:id</b> is different from english version.';
-$error['acronym']['head'] = 'Missing <acronym> tag';
-$error['acronym']['desc'] = 'An acronym have been found but without <acronym> tag around him.';
+// Disable acronym check
+// $error['acronym']['head'] = 'Missing <acronym> tag';
+// $error['acronym']['desc'] = 'An acronym have been found but without <acronym> tag around him.';
$error['tabCharacterInDocument']['head'] = 'Tab character in the document';
$error['tabCharacterInDocument']['desc'] = 'A tab character have been found in the document We must change it to spaces.';