aboutsummaryrefslogtreecommitdiff
path: root/src/html_common.hh
diff options
context:
space:
mode:
authorcorvid <corvid@dillo.org>2013-09-06 04:35:06 +0000
committercorvid <corvid@dillo.org>2013-09-06 04:35:06 +0000
commit504cc39617fa79624acb5bd0ac86fd73a050bcce (patch)
tree9caa39880dc6575df5ebd8c764b87e36638aad5c /src/html_common.hh
parent8c1f63b7c4f53e4f4e00600120f1125564c83eeb (diff)
doctype more detailed bug msgs
Diffstat (limited to 'src/html_common.hh')
-rw-r--r--src/html_common.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/html_common.hh b/src/html_common.hh
index d0eff7eb..6c5d4807 100644
--- a/src/html_common.hh
+++ b/src/html_common.hh
@@ -41,6 +41,7 @@
typedef enum {
DT_NONE,
+ DT_UNRECOGNIZED,
DT_HTML,
DT_XHTML
} DilloHtmlDocumentType;