Fixing XSS vulnerability by using the proper output tags
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<div class="numbers">
|
||||
<p>{{$type}}</p>
|
||||
@if(isset($link))
|
||||
<a href="{!! $link !!}">
|
||||
<a href="{{ $link }}">
|
||||
@endif
|
||||
{{$pending}} pending
|
||||
@if(isset($link))
|
||||
|
||||
Reference in New Issue
Block a user