diff --git a/HTMLKit/HTMLParser.m b/HTMLKit/HTMLParser.m index 2dd9260..1fa62dc 100644 --- a/HTMLKit/HTMLParser.m +++ b/HTMLKit/HTMLParser.m @@ -2329,8 +2329,6 @@ } [self emitParseError:@"Unexpected Token after after "]; - [self switchInsertionMode:HTMLInsertionModeInBody]; - [self reprocessToken:token]; } - (void)processTokenByApplyingRulesForParsingTokensInForeignContent:(HTMLToken *)token