Skip to content

Commit

Permalink
Fix query parameters in external script URLs being wrongly encoded
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean committed Nov 4, 2024
1 parent ce21344 commit 131ae8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/partials/scripts.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@foreach (Statamic::availableExternalScripts(request()) as $url)
<script src="{{ $url }}" defer></script>
<script src="{!! $url !!}" defer></script>
@endforeach

@foreach (Statamic::availableScripts(request()) as $package => $paths)
Expand Down

0 comments on commit 131ae8e

Please sign in to comment.