mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-05 05:05:00 +00:00
Switch allowClosingDoctype
This change of allowClosingDoctype has no effect and only serves as a preparation for the upcoming changes.
This commit is contained in:
parent
5e16cd6d07
commit
6edca2c37e
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue