fix header render

This commit is contained in:
Dennis Eichhorn 2023-09-26 18:26:28 +00:00
parent 33cf7b521e
commit 8cec0e3dfe

View File

@ -288,7 +288,7 @@ final class Head implements RenderableInterface
foreach ($asset['attributes'] as $key => $attribute) {
$rendered .= \is_string($key)
? ' ' . $key . '="' . $attribute . '"'
: ' ' . $attribute . '"';
: ' ' . $attribute;
}
$rendered .= '></script>';