Issue #132 - no warning when inserting a BODY tag
This commit is contained in:
parent
27bc767325
commit
60d8271ecf
|
@ -4170,7 +4170,7 @@ void TY_(ParseHTML)(TidyDocImpl* doc, Node *html, GetTokenMode mode)
|
||||||
}
|
}
|
||||||
|
|
||||||
node = TY_(InferredTag)(doc, TidyTag_BODY);
|
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);
|
TY_(ConstrainVersion)(doc, ~VERS_FRAMESET);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue