Issue #132 - no warning when inserting a BODY tag

This commit is contained in:
Geoff McLane 2015-01-25 20:10:41 +01:00
parent 27bc767325
commit 60d8271ecf

View file

@ -4170,7 +4170,7 @@ void TY_(ParseHTML)(TidyDocImpl* doc, Node *html, GetTokenMode mode)
}
node = TY_(InferredTag)(doc, TidyTag_BODY);
TY_(ReportError)(doc, html, node, INSERTING_TAG );
/* Issue #132 - disable inserting BODY tag warning TY_(ReportError)(doc, html, node, INSERTING_TAG ); */
TY_(ConstrainVersion)(doc, ~VERS_FRAMESET);
break;
}