Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 9026024

Browse files
committed
Added "id" to allowed attributes in HeadScript view helper
1 parent f849076 commit 9026024

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Helper/HeadScript.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ class HeadScript extends Placeholder\Container\AbstractStandalone
9090
'async',
9191
'language',
9292
'src',
93+
'id',
9394
];
9495

9596
/**

0 commit comments

Comments
 (0)