mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-09 23:28:42 +00:00
Fix syntax error.
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@301 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
parent
42ba96e2de
commit
2eef708557
@ -435,9 +435,9 @@ class HTMLPurifier_Lexer
|
||||
}
|
||||
} else {
|
||||
// ((0xC0 & (*in) != 0x80) && (mState != 0))
|
||||
*
|
||||
* Incomplete multi-octet sequence.
|
||||
*/
|
||||
//
|
||||
// Incomplete multi-octet sequence.
|
||||
//
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user