Fix emitted Token in Before Attribute Name state

This commit is contained in:
iska
2014-11-01 15:49:42 +01:00
parent 8fd6e89854
commit 622e22737b
+1 -1
View File
@@ -1248,7 +1248,7 @@
return;
case GREATER_THAN_SIGN:
[self switchToState:HTMLTokenizerStateData];
[self emitCharacterToken:character];
[self emitCurrentTagToken];
return;
case LATIN_CAPITAL_LETTER_A ... LATIN_CAPITAL_LETTER_Z:
[self finalizeCurrentAttribute];