summaryrefslogtreecommitdiff
path: root/src/html.cc
diff options
context:
space:
mode:
authorcorvid <devnull@localhost>2015-04-28 21:42:28 +0000
committercorvid <devnull@localhost>2015-04-28 21:42:28 +0000
commit10605ce2b45e4859a5cb0b2c95c84d7fa377baca (patch)
treec3471f3267c555fa57cd10e72fdc03291cd85ec4 /src/html.cc
parentc7298e589b9065919761676b1606d17d372d18e3 (diff)
BUG_MSG
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>";