Skip to content

Commit

Permalink
[5.x] Fix query parameters in external script URLs being wrongly enco…
Browse files Browse the repository at this point in the history
…ded (#11052)
  • Loading branch information
duncanmcclean authored Nov 4, 2024
1 parent 37c7c2b commit b9ea442
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 b9ea442

Please sign in to comment.