Skip to content

Commit

Permalink
main
Browse files Browse the repository at this point in the history
- fix on alert message task.
  • Loading branch information
Evgeni Georgiev committed Oct 27, 2024
1 parent 0299453 commit bd03930
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 bd03930

Please sign in to comment.