diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2013-08-25 13:05:17 -0400 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2013-08-25 13:05:17 -0400 |
commit | d89ceb0eae02e71862dbcc5969105109f90d2ca4 (patch) | |
tree | 15982db9b5cef65ead0f154ae2b7d9275ede8c8d /src/html_common.hh | |
parent | 0ab3d5672bf89f580773020a2dedd8f79c532335 (diff) |
Fix handling of the HTML element
Avoids overflow of Num_HTML variable, its potential problems
and improves HTML bug messages.
Diffstat (limited to 'src/html_common.hh')
-rw-r--r-- | src/html_common.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/html_common.hh b/src/html_common.hh index 98553439..4b5bfa71 100644 --- a/src/html_common.hh +++ b/src/html_common.hh @@ -87,6 +87,7 @@ typedef enum { IN_PRE = 1 << 10, IN_LI = 1 << 11, IN_META_HACK = 1 << 12, + IN_EOF = 1 << 13, } DilloHtmlProcessingState; /* |