From 10605ce2b45e4859a5cb0b2c95c84d7fa377baca Mon Sep 17 00:00:00 2001 From: corvid Date: Tue, 28 Apr 2015 21:42:28 +0000 Subject: BUG_MSG --- src/html.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/html.cc b/src/html.cc index e2bc6bf8..f5631886 100644 --- a/src/html.cc +++ b/src/html.cc @@ -3789,7 +3789,8 @@ static void Html_test_section(DilloHtml *html, int new_idx, int IsCloseTag) int tag_idx; if (!(html->InFlags & IN_HTML) && html->DocType == DT_NONE) - BUG_MSG("The required DOCTYPE declaration is missing."); + BUG_MSG("The required DOCTYPE declaration is missing. " + "Handling as HTML4."); if (!(html->InFlags & IN_HTML)) { tag = ""; -- cgit v1.2.3