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 b2375ac + 9e65007 commit 4259770Copy full SHA for 4259770
src/HTML5/Parser/Tokenizer.php
@@ -507,7 +507,7 @@ protected function attribute(&$attributes)
507
$this->scanner->whitespace();
508
509
$val = $this->attributeValue();
510
- if ($isValidAttribute && !array_key_exists($name, $attributes)) {
+ if ($isValidAttribute && !array_key_exists($name, $attributes)) {
511
$attributes[$name] = $val;
512
}
513
0 commit comments