Forgot one file...

This commit is contained in:
Jim Derry 2016-02-13 11:53:40 +08:00
parent 2ade3357a9
commit 896b00238b
1 changed files with 3 additions and 3 deletions

View File

@ -2707,10 +2707,10 @@ static Node* GetTokenFromStream( TidyDocImpl* doc, GetTokenMode mode )
}
else if ( !cfgBool(doc, TidyXmlTags) )
{
Node* curr = lexer->token;
TY_(ConstrainVersion)( doc, curr->tag->versions );
TY_(ConstrainVersion)( doc, lexer->token->tag->versions );
TY_(RepairDuplicateAttributes)( doc, lexer->token, no );
} else
TY_(RepairDuplicateAttributes)( doc, lexer->token, yes );
#ifdef TIDY_STORE_ORIGINAL_TEXT
StoreOriginalTextInToken(doc, lexer->token, 0);
#endif