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

Commit 18fc3d4

Browse files
committed
Merge pull request #89 from jguittard/feature/headscript-id
Added "id" to allowed attributes in HeadScript view helper
2 parents 12517b1 + 9026024 commit 18fc3d4

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)