aboutsummaryrefslogtreecommitdiff
path: root/src/html.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/html.cc')
-rw-r--r--src/html.cc3
1 files changed, 2 insertions, 1 deletions
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 = "<html>";