about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/html/htmlparser.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/html/htmlparser.nim b/src/html/htmlparser.nim
index 03e0e015..8cd34cd9 100644
--- a/src/html/htmlparser.nim
+++ b/src/html/htmlparser.nim
@@ -1574,6 +1574,7 @@ proc processInHTMLContent(parser: var HTML5Parser, token: Token, insertionMode =
         clear_the_stack_back_to_a_table_context
         discard parser.insertHTMLElement(Token(t: START_TAG, tagtype: TAG_TBODY))
         parser.insertionMode = IN_TABLE_BODY
+        reprocess token
       )
       "<table>" => (block:
         parse_error