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.
1 parent b2375ac commit 9e65007Copy full SHA for 9e65007
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