Skip to content

Commit

Permalink
Update alert.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Harley755 authored Dec 19, 2024
1 parent 4b534fd commit 7b2b81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/alert.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div class="max-w-7xl mx-auto sm:px-6 lg:px-8">
<div class="bg-white overflow-hidden shadow-sm sm:rounded-lg">
<div class="p-6 bg-white border-b border-gray-200">
{!! $text !!}
{{ $text }}
Your task is to change the code of alert.blade.php, to avoid that JavaScript alert.
</div>
</div>
Expand Down

0 comments on commit 7b2b81a

Please sign in to comment.