Skip to content

Commit 174ed9f

Browse files
authored
Merge pull request #81 from jiwom/patch-2
fix: change to unescaped output
2 parents 9478d8c + b4c8bac commit 174ed9f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/views/users.blade.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
{{ $dataTable->table() }}
2-
3-
{{ $dataTable->scripts() }}
1+
{!! $dataTable->table() !!}
2+
{!! $dataTable->scripts() !!}

0 commit comments

Comments
 (0)