From 050a18afb4009d973d3d3989ccae389d5473da25 Mon Sep 17 00:00:00 2001 From: bptato Date: Thu, 27 Jul 2023 18:31:17 +0200 Subject: htmlparser: fix not closing table cells should close table cells, but was missing from the table cell closing list for some reason. --- src/html/htmlparser.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/html') diff --git a/src/html/htmlparser.nim b/src/html/htmlparser.nim index 866c9249..a12ee282 100644 --- a/src/html/htmlparser.nim +++ b/src/html/htmlparser.nim @@ -2291,7 +2291,7 @@ proc processInHTMLContent[Handle](parser: var HTML5Parser[Handle], parser.insertionMode = IN_ROW ) ("", "", "", "", "", "", - "", "") => (block: + "", "", "") => (block: if not parser.hasElementInTableScope({TAG_TD, TAG_TH}): parse_error ELEMENT_NOT_IN_SCOPE else: -- cgit 1.4.1-2-gfad0