0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-19 10:45:18 +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:
Edward Z. Yang 2006-07-23 18:57:13 +00:00
parent bcc2b09ac7
commit 5a18dad64f

View File

@ -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) { function escapeHandler(&$parser, $data) {
if (strpos($data, '-') === 0) { if (strpos($data, '-') === 0) {