validator/share/templates/en_US error_messages.cfg,1.36,1.37

Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv9023/share/templates/en_US

Modified Files:
	error_messages.cfg 
Log Message:
Fix broken feedback link.

Index: error_messages.cfg
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/error_messages.cfg,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- error_messages.cfg	22 Feb 2010 17:30:31 -0000	1.36
+++ error_messages.cfg	8 Mar 2010 18:19:28 -0000	1.37
@@ -204,7 +204,7 @@
   verbose <<.EOF.
 <div class="ve mid-47">
   <p>
-      This error may appear when the validator receives an empty document. Please make sure that the document you are uploading is not empty, and <a href="./feedback.html">report</a> any discrepancy.
+      This error may appear when the validator receives an empty document. Please make sure that the document you are uploading is not empty, and <a href="<!--CFG_HOME_PAGE-->feedback.html">report</a> any discrepancy.
   </p>
 </div>
 .EOF.  

Received on Monday, 8 March 2010 18:19:31 UTC