Forgot one file...
This commit is contained in:
parent
2ade3357a9
commit
896b00238b
|
@ -2707,10 +2707,10 @@ static Node* GetTokenFromStream( TidyDocImpl* doc, GetTokenMode mode )
|
||||||
}
|
}
|
||||||
else if ( !cfgBool(doc, TidyXmlTags) )
|
else if ( !cfgBool(doc, TidyXmlTags) )
|
||||||
{
|
{
|
||||||
Node* curr = lexer->token;
|
TY_(ConstrainVersion)( doc, lexer->token->tag->versions );
|
||||||
TY_(ConstrainVersion)( doc, curr->tag->versions );
|
TY_(RepairDuplicateAttributes)( doc, lexer->token, no );
|
||||||
|
} else
|
||||||
TY_(RepairDuplicateAttributes)( doc, lexer->token, yes );
|
TY_(RepairDuplicateAttributes)( doc, lexer->token, yes );
|
||||||
|
|
||||||
#ifdef TIDY_STORE_ORIGINAL_TEXT
|
#ifdef TIDY_STORE_ORIGINAL_TEXT
|
||||||
StoreOriginalTextInToken(doc, lexer->token, 0);
|
StoreOriginalTextInToken(doc, lexer->token, 0);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue