From 5a18dad64fd97ad8fecac939f10c4ecf8c1d695c Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Sun, 23 Jul 2006 18:57:13 +0000 Subject: [PATCH] Typo, space between comma and word. git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@103 48356398-32a2-884e-a903-53898d9a118a --- library/HTMLPurifier/Lexer/PEARSax3.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/HTMLPurifier/Lexer/PEARSax3.php b/library/HTMLPurifier/Lexer/PEARSax3.php index 89681f2e..b012c74a 100644 --- a/library/HTMLPurifier/Lexer/PEARSax3.php +++ b/library/HTMLPurifier/Lexer/PEARSax3.php @@ -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) {