From 2eef708557f7f3aead9a65788ed38c1884101075 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Sat, 19 Aug 2006 00:26:33 +0000 Subject: [PATCH] Fix syntax error. git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@301 48356398-32a2-884e-a903-53898d9a118a --- library/HTMLPurifier/Lexer.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library/HTMLPurifier/Lexer.php b/library/HTMLPurifier/Lexer.php index 4f35c441..2f7225a3 100644 --- a/library/HTMLPurifier/Lexer.php +++ b/library/HTMLPurifier/Lexer.php @@ -435,9 +435,9 @@ class HTMLPurifier_Lexer } } else { // ((0xC0 & (*in) != 0x80) && (mState != 0)) - * - * Incomplete multi-octet sequence. - */ + // + // Incomplete multi-octet sequence. + // return false; } }