summaryrefslogtreecommitdiff
path: root/src/treebuilder/in_select_in_table.c
diff options
context:
space:
mode:
authorRupinder Singh Khokhar <rsk1coder99@gmail.com>2014-07-02 08:04:04 +0530
committerRupinder Singh Khokhar <rsk1coder99@gmail.com>2014-08-01 21:44:30 +0530
commitfab42cda1c4e8831c33f113e83f6966e38e47425 (patch)
treefbd3eab4a61c9c0004f5f27bd83e31a3439e3438 /src/treebuilder/in_select_in_table.c
parent751b5c694e39f8c9c271061fbb4d518e27cee928 (diff)
downloadlibhubbub-fab42cda1c4e8831c33f113e83f6966e38e47425.tar.gz
libhubbub-fab42cda1c4e8831c33f113e83f6966e38e47425.tar.bz2
fixed dd,dt&li handler. Also fixed the scoping lists. Also added a missing summary tag to the start tag processor conditional.
Diffstat (limited to 'src/treebuilder/in_select_in_table.c')
-rw-r--r--src/treebuilder/in_select_in_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/treebuilder/in_select_in_table.c b/src/treebuilder/in_select_in_table.c
index 69d4203..d6e1b8c 100644
--- a/src/treebuilder/in_select_in_table.c
+++ b/src/treebuilder/in_select_in_table.c
@@ -41,7 +41,7 @@ hubbub_error handle_in_select_in_table(hubbub_treebuilder *treebuilder,
if ((token->type == HUBBUB_TOKEN_END_TAG &&
element_in_scope(treebuilder, type,
- true, false)) ||
+ TABLE_SCOPE)) ||
token->type == HUBBUB_TOKEN_START_TAG) {
/** \todo fragment case */