From d89ceb0eae02e71862dbcc5969105109f90d2ca4 Mon Sep 17 00:00:00 2001 From: Jorge Arellano Cid Date: Sun, 25 Aug 2013 13:05:17 -0400 Subject: Fix handling of the HTML element Avoids overflow of Num_HTML variable, its potential problems and improves HTML bug messages. --- src/html_common.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/html_common.hh') 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; /* -- cgit v1.2.3