We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d95a22 + d2cd73a commit a7447c1Copy full SHA for a7447c1
1 file changed
ext/lexbor/lexbor/html/tokenizer/state_script.c
@@ -364,6 +364,7 @@ lxb_html_tokenizer_state_script_data_end_tag_name(lxb_html_tokenizer_t *tkz,
364
if (lexbor_str_res_alpha_character[*data]
365
== LEXBOR_STR_RES_SLIP)
366
{
367
+ lxb_html_tokenizer_state_append_data_m(tkz, data);
368
goto anything_else;
369
}
370
0 commit comments