mirror of
https://git.checksum.fail/alec/erythros
synced 2025-12-10 13:09:55 +02:00
System/Libraries/Html/Tokenizer: Fix another issue with unquoted HTML attributes being discarded
This commit is contained in:
@@ -914,6 +914,7 @@ U0 @tokenizer_html_state_attribute_value_unquoted(@html_tokenizer* t)
|
||||
case '\t':
|
||||
case ' ':
|
||||
// Switch to the before attribute name state.
|
||||
@set_current_attribute_on_current_node(t);
|
||||
t->state = HTML_STATE_BEFORE_ATTRIBUTE_NAME;
|
||||
break;
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user