mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-09 21:48: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) {
|
foreach ($asset['attributes'] as $key => $attribute) {
|
||||||
$rendered .= \is_string($key)
|
$rendered .= \is_string($key)
|
||||||
? ' ' . $key . '="' . $attribute . '"'
|
? ' ' . $key . '="' . $attribute . '"'
|
||||||
: ' ' . $attribute . '"';
|
: ' ' . $attribute;
|
||||||
}
|
}
|
||||||
|
|
||||||
$rendered .= '></script>';
|
$rendered .= '></script>';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user