diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2010-10-24 12:02:06 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2010-10-24 12:02:06 -0300 |
commit | 6dc9e0ba8c355ee9813d98171a8d6c7ce8e624ff (patch) | |
tree | f3020217b299aa03e6b2550c037861a28cd8ef22 /src/html_common.hh | |
parent | 4bc80c00e134f96f7226f64eaa37d5c1097d00b2 (diff) |
imported patch border-collapse
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 868d5d63..bfcb8123 100644 --- a/src/html_common.hh +++ b/src/html_common.hh @@ -97,6 +97,7 @@ struct _DilloHtmlState { DilloHtmlParseMode parse_mode; DilloHtmlTableMode table_mode; bool cell_text_align_set; + DilloHtmlListMode list_type; int list_number; |