mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 17:58:41 +00:00
fix header render
This commit is contained in:
parent
33cf7b521e
commit
8cec0e3dfe
|
|
@ -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>';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user