We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 855fadd + 38012c3 commit c7105a8Copy full SHA for c7105a8
src/HTML5/Parser/Tokenizer.php
@@ -472,7 +472,7 @@ protected function attribute(&$attributes)
472
}
473
474
if ($tok == '<') {
475
- $this->parseError("Unexepcted '<' inside of attributes list.");
+ $this->parseError("Unexpected '<' inside of attributes list.");
476
// Push the < back onto the stack.
477
$this->scanner->unconsume();
478
// Let the caller figure out how to handle this.
0 commit comments