svn: /web/doc-editor/trunk/ error_type.php
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Tue, 23 Mar 2010 15:09:05 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=296678
Log:
Convert some character to html entities to be displayed
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-03-23 15:06:19 UTC (rev 296677)
+++ web/doc-editor/trunk/error_type.php 2010-03-23 15:09:05 UTC (rev 296678)
@@ -256,14 +256,14 @@
$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.';
+$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.';
-$error['missingInitializer']['head'] = 'Missing <initializer> tag';
-$error['missingInitializer']['desc'] = 'A missing <initializer> tag was found.';
+$error['missingInitializer']['head'] = 'Missing <initializer> tag';
+$error['missingInitializer']['desc'] = 'A missing <initializer> tag was found.';
$to_display = array();