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

Allow to use ‘as’ attribute on HTML ‘link’ element #138

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/Helper/HeadLink.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ class HeadLink extends Placeholder\Container\AbstractStandalone
'extras',
'itemprop',
'crossorigin',
'integrity'
'integrity',
'as'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a comma after 'as'.

];

/**
Expand Down