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

Commit 2ff736f

Browse files
committed
Added a comma after ‘as’ entry in allowed attributes array in HeadLink
1 parent 126c23c commit 2ff736f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Helper/HeadLink.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class HeadLink extends Placeholder\Container\AbstractStandalone
5252
'itemprop',
5353
'crossorigin',
5454
'integrity',
55-
'as'
55+
'as',
5656
];
5757

5858
/**

0 commit comments

Comments
 (0)