Update blacklist.blade.php

This commit is contained in:
SahrulGnwn 2022-08-12 18:50:27 +07:00
parent ffb31ac0ad
commit f15efd26bd

View file

@ -148,7 +148,7 @@
<span class="username"> \ <span class="username"> \
<a href="#">' + escapeHtml(data.name) +'</a> \ <a href="#">' + escapeHtml(data.name) +'</a> \
</span> \ </span> \
<span class="description"><strong>' + escapeHtml(data.email) + '</strong> - ' + escapeHtml(data.username) + '</span> \ <span class="description"><strong>' + escapeHtml(data.email) + '</strong>' + '</span> \
</div>'; </div>';
}, },
templateSelection: function (data) { templateSelection: function (data) {