Issue #196 - expand comment and bump version.

Thanks to @willydee for this PR.
This commit is contained in:
Geoff McLane 2015-04-11 15:22:55 +02:00
parent 253a7e54c3
commit f5eb2cf26a
2 changed files with 8 additions and 2 deletions

View file

@ -2747,7 +2747,13 @@ static Node* GetTokenFromStream( TidyDocImpl* doc, GetTokenMode mode )
lexer->doctype = FindGivenVersion(doc, lexer->token);
if (lexer->doctype != VERS_HTML5)
{
TY_(AdjustTags)(doc); /* Issue #167 & #169 - Adjust TidyTag_A back to legacy mode */
/*\
* Back to legacy HTML4 mode for -
* Issue #167 & #169 - TidyTag_A
* Issue #196 - TidyTag_CAPTION
* others?
\*/
TY_(AdjustTags)(doc); /* Dynamically modify the tags table */
}
}
node = lexer->token;

View file

@ -1 +1 @@
4.9.24
4.9.25