mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-09 15:28:40 +00:00
Typo, space between comma and word.
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@103 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
parent
bcc2b09ac7
commit
5a18dad64f
@ -76,7 +76,7 @@ class HTMLPurifier_Lexer_PEARSax3 extends HTMLPurifier_Lexer
|
||||
}
|
||||
|
||||
/**
|
||||
* Escaped text handler,interface is defined by PEAR package.
|
||||
* Escaped text handler, interface is defined by PEAR package.
|
||||
*/
|
||||
function escapeHandler(&$parser, $data) {
|
||||
if (strpos($data, '-') === 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user