diff options
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 44730a57..98553439 100644 --- a/src/html_common.hh +++ b/src/html_common.hh @@ -86,6 +86,7 @@ typedef enum { IN_MAP = 1 << 9, IN_PRE = 1 << 10, IN_LI = 1 << 11, + IN_META_HACK = 1 << 12, } DilloHtmlProcessingState; /* |