diff options
author | corvid <devnull@localhost> | 2015-04-28 21:42:28 +0000 |
---|---|---|
committer | corvid <devnull@localhost> | 2015-04-28 21:42:28 +0000 |
commit | ed75e925a9e494210fab821003d6a22053787011 (patch) | |
tree | 91eec1d99cda00a90dbfe8ce60419d1bd0943137 | |
parent | 047f6bee9d6ee11ffd9ba5cd575db4c4fb4ab1d2 (diff) |
BUG_MSG
-rw-r--r-- | src/html.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/html.cc b/src/html.cc index 0651e7ee..fe861ce7 100644 --- a/src/html.cc +++ b/src/html.cc @@ -3752,7 +3752,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>"; |