mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-12-22 08:21:52 +00:00
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
This commit is contained in:
parent
62c0575468
commit
9a66394abb
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user