From 9a66394abb5a6dd8721006954b919c9d26122ff7 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Tue, 26 Jun 2007 19:54:33 +0000 Subject: [PATCH] Add warning on how error reporting is incomplete to "No Errors" message. git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1247 48356398-32a2-884e-a903-53898d9a118a --- library/HTMLPurifier/Language/messages/en.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/HTMLPurifier/Language/messages/en.php b/library/HTMLPurifier/Language/messages/en.php index b7a41b15..bd214d29 100644 --- a/library/HTMLPurifier/Language/messages/en.php +++ b/library/HTMLPurifier/Language/messages/en.php @@ -7,7 +7,7 @@ $messages = array( 'HTMLPurifier' => 'HTML Purifier', 'LanguageFactoryTest: Pizza' => 'Pizza', // for unit testing purposes -'ErrorCollector: No errors' => 'No errors', +'ErrorCollector: No errors' => 'No errors detected. However, because error reporting is still incomplete, there may have been errors that the error collector was not notified of; please inspect the output HTML carefully.', 'ErrorCollector: At line' => ' at line $line', 'Lexer: Unclosed comment' => 'Unclosed comment',