System/Libraries/Html/Tokenizer: Fix another issue with unquoted HTML attributes being discarded
This commit is contained in:
parent
21ad3fabfb
commit
6d457df08f
1 changed files with 1 additions and 0 deletions
|
@ -914,6 +914,7 @@ U0 @tokenizer_html_state_attribute_value_unquoted(@html_tokenizer* t)
|
||||||
case '\t':
|
case '\t':
|
||||||
case ' ':
|
case ' ':
|
||||||
// Switch to the before attribute name state.
|
// Switch to the before attribute name state.
|
||||||
|
@set_current_attribute_on_current_node(t);
|
||||||
t->state = HTML_STATE_BEFORE_ATTRIBUTE_NAME;
|
t->state = HTML_STATE_BEFORE_ATTRIBUTE_NAME;
|
||||||
break;
|
break;
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue