Commit 0349081
committed
minor #19043 [WebLink] Adding missing "as" to style link header (weaverryan)
This PR was merged into the 6.4 branch.
Discussion
----------
[WebLink] Adding missing "as" to style link header
Hi!
The "as" is needed for preload. Notice that it is already included in the next example, but missing here (and there is no magic where the `$this->addLink()` method adds the `as`).
Cheers!
Commits
-------
822ea3a Adding missing "as" to style link header1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
| |||
0 commit comments