Switch allowClosingDoctype

This change of allowClosingDoctype has no effect and only serves as a
preparation for the upcoming changes.
This commit is contained in:
Berkay Eren Ürün 2024-12-12 14:06:44 +01:00
parent 5e16cd6d07
commit 6edca2c37e

View file

@ -5986,7 +5986,7 @@ internalEntityProcessor(XML_Parser parser, const char *s, const char *end,
int tok
= XmlPrologTok(parser->m_internalEncoding, textStart, textEnd, &next);
result = doProlog(parser, parser->m_internalEncoding, textStart, textEnd,
tok, next, &next, XML_FALSE, XML_TRUE,
tok, next, &next, XML_FALSE, XML_FALSE,
XML_ACCOUNT_ENTITY_EXPANSION);
} else {
result = doContent(parser, openEntity->startTagLevel,