Skip to content

Commit

Permalink
View - echo alert.content without htmlspecialchars()
Browse files Browse the repository at this point in the history
  • Loading branch information
bpocallaghan committed Oct 8, 2017
1 parent a874fa4 commit 1366af9
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 @@ -7,6 +7,6 @@
<i class="fa-fw fa fa-{{ session('alert.icon') }}"></i>
@endif
<strong>{{ session('alert.title') }}</strong>
{{ session('alert.content') }}
{!! session('alert.content') !!}
</div>
@endif

0 comments on commit 1366af9

Please sign in to comment.