Fixing XSS vulnerability by using the proper output tags
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<button type="button"class="close" data-dismiss="alert">×</button>
|
||||
@endif
|
||||
|
||||
{!! session('flash_notification.message') !!}
|
||||
{{ session('flash_notification.message') }}
|
||||
</div>
|
||||
@endif
|
||||
@endif
|
||||
|
||||
Reference in New Issue
Block a user