diff --git a/src/parser.c b/src/parser.c index 6983dca..ca8e51d 100644 --- a/src/parser.c +++ b/src/parser.c @@ -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; }